#5eaefd
a light, electric blue · cool · closest name: steelblue
RGB
94, 174, 253
HSL
210°, 98%, 68%
CMYK
63, 31, 0, 1
Luminance
0.3974
Every format
| HEX | #5eaefd |
| RGB | rgb(94, 174, 253) |
| HSL | hsl(210, 98%, 68%) |
| CMYK | cmyk(63%, 31%, 0%, 1%) |
| LAB | lab(69.3 -1.0 -46.5) |
| LCH | lch(69.3 46.5 268.8) |
| OKLCH | oklch(0.734 0.140 250.0) |
Copy-ready code
/* CSS */
color: #5eaefd;
background-color: #5eaefd;
/* Tailwind (arbitrary) */
class="text-[#5eaefd] bg-[#5eaefd]"
/* SCSS */
$brand: #5eaefd;
/* SwiftUI */
Color(red: 0.369, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#5eaefd")Accessibility — WCAG contrast
Aa
#5eaefd on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eaefd on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green68.2%
Blue99.2%
CMYK percentages
Cyan62.8%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#5eaefd text on a black background
contrast 8.95:1
Card sample
#5eaefd text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eaefd;
Background color
Panel with #5eaefd background
background-color: #5eaefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eaefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eaefd; background: linear-gradient(135deg, #5eaefd, #785EFD);