#99abdf
a light, vivid blue · cool · closest name: steelblue
RGB
153, 171, 223
HSL
225°, 52%, 74%
CMYK
31, 23, 0, 13
Luminance
0.4123
Every format
| HEX | #99abdf |
| RGB | rgb(153, 171, 223) |
| HSL | hsl(225, 52%, 74%) |
| CMYK | cmyk(31%, 23%, 0%, 13%) |
| LAB | lab(70.3 5.7 -28.2) |
| LCH | lch(70.3 28.8 281.4) |
| OKLCH | oklch(0.746 0.078 269.7) |
Copy-ready code
/* CSS */
color: #99abdf;
background-color: #99abdf;
/* Tailwind (arbitrary) */
class="text-[#99abdf] bg-[#99abdf]"
/* SCSS */
$brand: #99abdf;
/* SwiftUI */
Color(red: 0.600, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#99abdf")Accessibility — WCAG contrast
Aa
#99abdf on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99abdf on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green67.1%
Blue87.5%
CMYK percentages
Cyan31.4%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#99abdf text on a black background
contrast 9.25:1
Card sample
#99abdf text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99abdf;
Background color
Panel with #99abdf background
background-color: #99abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99abdf; background: linear-gradient(135deg, #99abdf, #B699DF);