#99afac
a balanced, muted cyan · cool · closest name: silver
RGB
153, 175, 172
HSL
172°, 12%, 64%
CMYK
13, 0, 2, 31
Luminance
0.4041
Every format
| HEX | #99afac |
| RGB | rgb(153, 175, 172) |
| HSL | hsl(172, 12%, 64%) |
| CMYK | cmyk(13%, 0%, 2%, 31%) |
| LAB | lab(69.8 -8.2 -1.0) |
| LCH | lch(69.8 8.3 187.2) |
| OKLCH | oklch(0.736 0.025 186.7) |
Copy-ready code
/* CSS */
color: #99afac;
background-color: #99afac;
/* Tailwind (arbitrary) */
class="text-[#99afac] bg-[#99afac]"
/* SCSS */
$brand: #99afac;
/* SwiftUI */
Color(red: 0.600, green: 0.686, blue: 0.675)
/* Android */
Color.parseColor("#99afac")Accessibility — WCAG contrast
Aa
#99afac on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99afac on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green68.6%
Blue67.5%
CMYK percentages
Cyan12.6%
Magenta0.0%
Yellow1.7%
Key (black)31.4%
Color previews
#99afac text on a black background
contrast 9.08:1
Card sample
#99afac text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99afac;
Background color
Panel with #99afac background
background-color: #99afac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99afac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 175, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 175, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99afac; background: linear-gradient(135deg, #99afac, #99A3AF);