#999fdf
a light, vivid blue · warm · closest name: steelblue
RGB
153, 159, 223
HSL
235°, 52%, 74%
CMYK
31, 29, 0, 13
Luminance
0.3690
Every format
| HEX | #999fdf |
| RGB | rgb(153, 159, 223) |
| HSL | hsl(235, 52%, 74%) |
| CMYK | cmyk(31%, 29%, 0%, 13%) |
| LAB | lab(67.2 12.5 -33.1) |
| LCH | lch(67.2 35.4 290.6) |
| OKLCH | oklch(0.722 0.093 279.7) |
Copy-ready code
/* CSS */
color: #999fdf;
background-color: #999fdf;
/* Tailwind (arbitrary) */
class="text-[#999fdf] bg-[#999fdf]"
/* SCSS */
$brand: #999fdf;
/* SwiftUI */
Color(red: 0.600, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#999fdf")Accessibility — WCAG contrast
Aa
#999fdf on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#999fdf on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green62.4%
Blue87.5%
CMYK percentages
Cyan31.4%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#999fdf text on a black background
contrast 8.38:1
Card sample
#999fdf text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #999fdf;
Background color
Panel with #999fdf background
background-color: #999fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #999fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #999fdf; background: linear-gradient(135deg, #999fdf, #C299DF);