#94a0ff
a light, electric blue · warm · closest name: dodgerblue
RGB
148, 160, 255
HSL
233°, 100%, 79%
CMYK
42, 37, 0, 0
Luminance
0.3866
Every format
| HEX | #94a0ff |
| RGB | rgb(148, 160, 255) |
| HSL | hsl(233, 100%, 79%) |
| CMYK | cmyk(42%, 37%, 0%, 0%) |
| LAB | lab(68.5 19.1 -48.6) |
| LCH | lch(68.5 52.2 291.5) |
| OKLCH | oklch(0.736 0.138 277.0) |
Copy-ready code
/* CSS */
color: #94a0ff;
background-color: #94a0ff;
/* Tailwind (arbitrary) */
class="text-[#94a0ff] bg-[#94a0ff]"
/* SCSS */
$brand: #94a0ff;
/* SwiftUI */
Color(red: 0.580, green: 0.627, blue: 1.000)
/* Android */
Color.parseColor("#94a0ff")Accessibility — WCAG contrast
Aa
#94a0ff on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94a0ff on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green62.7%
Blue100.0%
CMYK percentages
Cyan42.0%
Magenta37.3%
Yellow0.0%
Key (black)0.0%
Color previews
#94a0ff text on a black background
contrast 8.73:1
Card sample
#94a0ff text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94a0ff;
Background color
Panel with #94a0ff background
background-color: #94a0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94a0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 160, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 160, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94a0ff; background: linear-gradient(135deg, #94a0ff, #CF94FF);