Skip to content

#5e5df4

a light, electric blue · cool · closest name: Medium Slate Blue

RGB
94, 93, 244
HSL
240°, 87%, 66%
CMYK
62, 62, 0, 4
Luminance
0.1674

At a glance

Every number on this page in one read: what #5e5df4 is made of, how bright it looks, and which way it leans.

Hex
#5e5df4
Hue
240°
blue
Saturation
87%
electric
Lightness
66%
light
Brightness
96%
HSV value
Perceived
47%
weighted brightness
Luminance
0.1674
WCAG relative
Temperature
Cool
83/100 cool
Color family
Blue
Tone
Electric
Best ink
White
4.83:1
Closest name
Medium Slate Blue
ΔE2000 5.3
Where it sits
Hue240° of 360°
Saturation87%
Lightness66%
Temperature
Warm ← → Cool83% cool

Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#5e5df4
RGBrgb(94, 93, 244)
HSLhsl(240, 87%, 66%)
CMYKcmyk(62%, 62%, 0%, 4%)
LABlab(47.9 44.2 -75.7)
LCHlch(47.9 87.7 300.3)
OKLCHoklch(0.569 0.220 277.1)
Decimal6184436
Display P3color(display-p3 0.369 0.365 0.957)

Copy-ready code

/* CSS */
color: #5e5df4;
background-color: #5e5df4;
/* Tailwind (arbitrary) */
class="text-[#5e5df4] bg-[#5e5df4]"
/* SCSS */
$brand: #5e5df4;
/* SwiftUI */
Color(red: 0.369, green: 0.365, blue: 0.957)
/* Android */
Color.parseColor("#5e5df4")
/* Flutter */
Color(0xFF5E5DF4)
/* Python / OpenCV (BGR) */
(244, 93, 94)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#ffffff on #5e5df4 · 4.83:1
Use #ffffffAA at every size, AAA for large text only.
Aa
White text · 4.83:1 · recommended
AA pass · AA large pass · AAA fail
Aa
Black text · 4.35:1
AA fail · AA large pass · AAA fail
Reading the other direction: #5e5df4 as text scores 4.83:1 on white and 4.35:1 on black.

Accessibility — WCAG contrast

Aa
#5e5df4 on white: 4.83:1
AA ✓ pass · AA-large · AAA
Aa
#5e5df4 on black: 4.35:1
AA ✗ fail · AA-large · AAA
true color
protanopia · #0078F9
deuteranopia · #006BF1
tritanopia · #0083A0

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #5e5df4 is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F2F2FD
#E5E5FA
#C5C4F7
#9796F8
#5e5df4
#2E2DF1
#1110E5
#0E0DBF
#0B0A99
#0D0C6E
#080845
Base = 400Lightest = 50 · #F2F2FDDarkest = 950 · #080845
:root {
  --brand-50: #F2F2FD;
  --brand-100: #E5E5FA;
  --brand-200: #C5C4F7;
  --brand-300: #9796F8;
  --brand-400: #5e5df4;
  --brand-500: #2E2DF1;
  --brand-600: #1110E5;
  --brand-700: #0E0DBF;
  --brand-800: #0B0A99;
  --brand-900: #0D0C6E;
  --brand-950: #080845;
  --brand: #5e5df4;
  --brand-ink: #ffffff;
}

Colors that work with #5e5df4

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#ffffff
White wins here
Surface#F4F4FA
Tinted page background
Border#C0C0ED
Hairlines and dividers
Muted text#4B4B9B
Captions on the surface
Accent#C39609
Second voice, not a rival
Dark variant#090877
Hover, pressed, headers
Light variant#E7E7FD
Selected rows, tints
Dark surface#141424
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #5e5df4

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Body text and links on white
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Full-page backgrounds — tiring over long sessions
  • White text placed on it
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#F3F45D
Analogous left#5DA8F4
Analogous right#AA5DF4
Split-complement 1#F4AA5D
Split-complement 2#A8F45D
Triadic 1#F45E5D
Triadic 2#5DF45E
Tetradic#F45DA8

RGB percentages

Red36.9%
Green36.5%
Blue95.7%

CMYK percentages

Cyan61.5%
Magenta61.9%
Yellow0.0%
Key (black)4.3%

Color previews

#5e5df4 text on a black background

contrast 4.35:1

Card sample

#5e5df4 text on a white background

contrast 4.83:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #5e5df4;
Background color
Panel with #5e5df4 background
background-color: #5e5df4;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #5e5df4;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(94, 93, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 93, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e5df4;
background: linear-gradient(135deg, #5e5df4, #C35DF4);

Monochromatic scale

Palettes built from #5e5df4

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#5e5df4 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
TechnologyFinanceHealthcareEnterprise SaaS
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#5e5df4, answered

What color is #5e5df4?

#5e5df4 is a light electric blue, closest to Medium Slate Blue (ΔE2000 5.3). It sits at 240° on the hue wheel with 87% saturation and 66% lightness, which reads as cool.

What is the RGB value of #5e5df4?

rgb(94, 93, 244) — 94 red, 93 green and 244 blue out of 255, or 36.9% / 36.5% / 95.7% by channel.

Is #5e5df4 a light or a dark color?

It is a dark color. Relative luminance is 0.1674 and perceived brightness is 47%, so white text on it reaches 4.83:1.

Should I use black or white text on #5e5df4?

White. It scores 4.83:1 against #5e5df4, versus 4.35:1 for black — AA at any size.

What is the complementary color of #5e5df4?

#F3F45D sits directly opposite on the wheel. Softer options are the split-complements #F4AA5D and #A8F45D, which give the same contrast with far less vibration.

What colors go well with #5e5df4?

For interface work: #F4F4FA as the surface, #C0C0ED for borders, #4B4B9B for secondary text, #C39609 as an accent and #090877 for hover and pressed states. For a palette, the analogous pair #5DA8F4 and #AA5DF4 stays calm, while #F3F45D is the loudest partner.

What is #5e5df4 in CMYK for printing?

cmyk(62%, 62%, 0%, 4%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #5e5df4 warm or cool?

Cool — it scores 83 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #955DF4; nudged cooler, #5B84F6.

Work with #5e5df4 in the Color Lab