#accbc9
a light, soft cyan · cool · closest name: silver
RGB
172, 203, 201
HSL
176°, 23%, 74%
CMYK
15, 0, 1, 20
Luminance
0.5570
Every format
| HEX | #accbc9 |
| RGB | rgb(172, 203, 201) |
| HSL | hsl(176, 23%, 74%) |
| CMYK | cmyk(15%, 0%, 1%, 20%) |
| LAB | lab(79.4 -10.7 -2.5) |
| LCH | lch(79.4 11.0 193.0) |
| OKLCH | oklch(0.819 0.033 191.7) |
Copy-ready code
/* CSS */
color: #accbc9;
background-color: #accbc9;
/* Tailwind (arbitrary) */
class="text-[#accbc9] bg-[#accbc9]"
/* SCSS */
$brand: #accbc9;
/* SwiftUI */
Color(red: 0.675, green: 0.796, blue: 0.788)
/* Android */
Color.parseColor("#accbc9")Accessibility — WCAG contrast
Aa
#accbc9 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#accbc9 on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green79.6%
Blue78.8%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow1.0%
Key (black)20.4%
Color previews
#accbc9 text on a black background
contrast 12.14:1
Card sample
#accbc9 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #accbc9;
Background color
Panel with #accbc9 background
background-color: #accbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #accbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 203, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 203, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #accbc9; background: linear-gradient(135deg, #accbc9, #ACB8CB);