#999baf
a balanced, muted blue · warm · closest name: gray
RGB
153, 155, 175
HSL
235°, 12%, 64%
CMYK
13, 11, 0, 31
Luminance
0.3331
Every format
| HEX | #999baf |
| RGB | rgb(153, 155, 175) |
| HSL | hsl(235, 12%, 64%) |
| CMYK | cmyk(13%, 11%, 0%, 31%) |
| LAB | lab(64.4 3.4 -10.6) |
| LCH | lch(64.4 11.1 287.7) |
| OKLCH | oklch(0.694 0.029 281.1) |
Copy-ready code
/* CSS */
color: #999baf;
background-color: #999baf;
/* Tailwind (arbitrary) */
class="text-[#999baf] bg-[#999baf]"
/* SCSS */
$brand: #999baf;
/* SwiftUI */
Color(red: 0.600, green: 0.608, blue: 0.686)
/* Android */
Color.parseColor("#999baf")Accessibility — WCAG contrast
Aa
#999baf on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#999baf on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green60.8%
Blue68.6%
CMYK percentages
Cyan12.6%
Magenta11.4%
Yellow0.0%
Key (black)31.4%
Color previews
#999baf text on a black background
contrast 7.66:1
Card sample
#999baf text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #999baf;
Background color
Panel with #999baf background
background-color: #999baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #999baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 155, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 155, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #999baf; background: linear-gradient(135deg, #999baf, #A699AF);