Toolman

#4338CA color

#4338CA#4338CA

The swatch above shows #4338CA with its hex code written on it in white and in black, so you can see which of the two is legible before reading the measured ratios below.

#4338CA is a medium, moderately saturated blue, closest to the CSS named color darkslateblue (#483D8B).

It is also a Tailwind CSS default: indigo-700. That means you can write bg-indigo-700 or text-indigo-700 directly, with no arbitrary-value brackets and no entry in your theme config.

Color values

HEX#4338CA
RGBrgb(67, 56, 202)
HSLhsl(245, 58%, 51%)
CMYKcmyk(67%, 72%, 0%, 21%)
Decimal4405450
CSScolor: #4338CA;
Android0xFF4338CA
SwiftUIColor(red: 0.263, green: 0.220, blue: 0.792, alpha: 1)

Accessibility and contrast

White text on #4338CA7.90:1 — AA pass · AA large pass · AAA pass
Black text on #4338CA2.66:1 — AA fail · AA large fail · AAA fail
Recommended text colorwhite

WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).

Tints and shades of #4338CA

Each swatch keeps the hue and saturation of #4338CA and varies only lightness — the quickest way to build a usable scale from a single brand color.

95%
85%
75%
65%
55%
45%
35%
25%
15%

Colors that go with #4338CA

Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.

Complementary
Triadic +120°
Triadic +240°
Analogous −30°
Analogous +30°
Split −150°
Split +150°

Using #4338CA in code

/* CSS */
.element { color: #4338CA; background-color: #4338CA; }
.element { color: rgb(67 56 202); }
.element { color: hsl(245 58% 51%); }

/* Tailwind */
<div class="bg-indigo-700 text-white">

/* SCSS variable */
$brand: #4338CA;

Frequently asked questions

What color is #4338CA?

#4338CA is a medium, moderately saturated blue. Its hue sits at 245° on the color wheel, with 58% saturation and 51% lightness.

What is #4338CA in RGB?

#4338CA converts to rgb(67, 56, 202) — 67 red, 56 green and 202 blue.

What is #4338CA in CMYK?

Approximately cmyk(67%, 72%, 0%, 21%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.

Should text on #4338CA be white or black?

White gives the better contrast ratio (7.90:1 versus 2.66:1).

What is the complementary color of #4338CA?

#BECB3A — the hue directly opposite #4338CA on the color wheel.

Convert any color → · Browse all colors