#99a2cc
a light, soft blue · warm · closest name: steelblue
RGB
153, 162, 204
HSL
229°, 33%, 70%
CMYK
25, 21, 0, 20
Luminance
0.3697
Every format
| HEX | #99a2cc |
| RGB | rgb(153, 162, 204) |
| HSL | hsl(229, 33%, 70%) |
| CMYK | cmyk(25%, 21%, 0%, 20%) |
| LAB | lab(67.3 6.1 -22.5) |
| LCH | lch(67.3 23.3 285.1) |
| OKLCH | oklch(0.720 0.062 275.3) |
Copy-ready code
/* CSS */
color: #99a2cc;
background-color: #99a2cc;
/* Tailwind (arbitrary) */
class="text-[#99a2cc] bg-[#99a2cc]"
/* SCSS */
$brand: #99a2cc;
/* SwiftUI */
Color(red: 0.600, green: 0.635, blue: 0.800)
/* Android */
Color.parseColor("#99a2cc")Accessibility — WCAG contrast
Aa
#99a2cc on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99a2cc on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green63.5%
Blue80.0%
CMYK percentages
Cyan25.0%
Magenta20.6%
Yellow0.0%
Key (black)20.0%
Color previews
#99a2cc text on a black background
contrast 8.39:1
Card sample
#99a2cc text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99a2cc;
Background color
Panel with #99a2cc background
background-color: #99a2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99a2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 162, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 162, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99a2cc; background: linear-gradient(135deg, #99a2cc, #B299CC);