#94a6fd
a light, electric blue · warm · closest name: dodgerblue
RGB
148, 166, 253
HSL
230°, 96%, 79%
CMYK
42, 34, 0, 1
Luminance
0.4066
Every format
| HEX | #94a6fd |
| RGB | rgb(148, 166, 253) |
| HSL | hsl(230, 96%, 79%) |
| CMYK | cmyk(42%, 34%, 0%, 1%) |
| LAB | lab(69.9 15.1 -45.2) |
| LCH | lch(69.9 47.7 288.5) |
| OKLCH | oklch(0.746 0.127 274.0) |
Copy-ready code
/* CSS */
color: #94a6fd;
background-color: #94a6fd;
/* Tailwind (arbitrary) */
class="text-[#94a6fd] bg-[#94a6fd]"
/* SCSS */
$brand: #94a6fd;
/* SwiftUI */
Color(red: 0.580, green: 0.651, blue: 0.992)
/* Android */
Color.parseColor("#94a6fd")Accessibility — WCAG contrast
Aa
#94a6fd on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94a6fd on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green65.1%
Blue99.2%
CMYK percentages
Cyan41.5%
Magenta34.4%
Yellow0.0%
Key (black)0.8%
Color previews
#94a6fd text on a black background
contrast 9.13:1
Card sample
#94a6fd text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94a6fd;
Background color
Panel with #94a6fd background
background-color: #94a6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94a6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 166, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 166, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94a6fd; background: linear-gradient(135deg, #94a6fd, #C894FD);