#999eee
a light, vivid blue · warm · closest name: dodgerblue
RGB
153, 158, 238
HSL
237°, 71%, 77%
CMYK
36, 34, 0, 7
Luminance
0.3740
Every format
| HEX | #999eee |
| RGB | rgb(153, 158, 238) |
| HSL | hsl(237, 71%, 77%) |
| CMYK | cmyk(36%, 34%, 0%, 7%) |
| LAB | lab(67.6 16.9 -40.7) |
| LCH | lch(67.6 44.1 292.6) |
| OKLCH | oklch(0.727 0.116 280.4) |
Copy-ready code
/* CSS */
color: #999eee;
background-color: #999eee;
/* Tailwind (arbitrary) */
class="text-[#999eee] bg-[#999eee]"
/* SCSS */
$brand: #999eee;
/* SwiftUI */
Color(red: 0.600, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#999eee")Accessibility — WCAG contrast
Aa
#999eee on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#999eee on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green62.0%
Blue93.3%
CMYK percentages
Cyan35.7%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#999eee text on a black background
contrast 8.48:1
Card sample
#999eee text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #999eee;
Background color
Panel with #999eee background
background-color: #999eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #999eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #999eee; background: linear-gradient(135deg, #999eee, #CD99EE);