#999cee
a light, vivid blue · warm · closest name: dodgerblue
RGB
153, 156, 238
HSL
238°, 71%, 77%
CMYK
36, 35, 0, 7
Luminance
0.3672
Every format
| HEX | #999cee |
| RGB | rgb(153, 156, 238) |
| HSL | hsl(238, 71%, 77%) |
| CMYK | cmyk(36%, 35%, 0%, 7%) |
| LAB | lab(67.1 18.1 -41.5) |
| LCH | lch(67.1 45.3 293.5) |
| OKLCH | oklch(0.723 0.118 281.4) |
Copy-ready code
/* CSS */
color: #999cee;
background-color: #999cee;
/* Tailwind (arbitrary) */
class="text-[#999cee] bg-[#999cee]"
/* SCSS */
$brand: #999cee;
/* SwiftUI */
Color(red: 0.600, green: 0.612, blue: 0.933)
/* Android */
Color.parseColor("#999cee")Accessibility — WCAG contrast
Aa
#999cee on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#999cee on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green61.2%
Blue93.3%
CMYK percentages
Cyan35.7%
Magenta34.5%
Yellow0.0%
Key (black)6.7%
Color previews
#999cee text on a black background
contrast 8.34:1
Card sample
#999cee text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #999cee;
Background color
Panel with #999cee background
background-color: #999cee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #999cee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 156, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 156, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #999cee; background: linear-gradient(135deg, #999cee, #CF99EE);