#9799af
a balanced, muted blue · warm · closest name: gray
RGB
151, 153, 175
HSL
235°, 13%, 64%
CMYK
14, 13, 0, 31
Luminance
0.3246
Every format
| HEX | #9799af |
| RGB | rgb(151, 153, 175) |
| HSL | hsl(235, 13%, 64%) |
| CMYK | cmyk(14%, 13%, 0%, 31%) |
| LAB | lab(63.7 3.8 -11.7) |
| LCH | lch(63.7 12.3 288.1) |
| OKLCH | oklch(0.689 0.032 281.4) |
Copy-ready code
/* CSS */
color: #9799af;
background-color: #9799af;
/* Tailwind (arbitrary) */
class="text-[#9799af] bg-[#9799af]"
/* SCSS */
$brand: #9799af;
/* SwiftUI */
Color(red: 0.592, green: 0.600, blue: 0.686)
/* Android */
Color.parseColor("#9799af")Accessibility — WCAG contrast
Aa
#9799af on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9799af on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green60.0%
Blue68.6%
CMYK percentages
Cyan13.7%
Magenta12.6%
Yellow0.0%
Key (black)31.4%
Color previews
#9799af text on a black background
contrast 7.49:1
Card sample
#9799af text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9799af;
Background color
Panel with #9799af background
background-color: #9799af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9799af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 153, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 153, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9799af; background: linear-gradient(135deg, #9799af, #A597AF);