#acc8ba
a light, soft green · cool · closest name: silver
RGB
172, 200, 186
HSL
150°, 20%, 73%
CMYK
14, 0, 7, 22
Luminance
0.5362
Every format
| HEX | #acc8ba |
| RGB | rgb(172, 200, 186) |
| HSL | hsl(150, 20%, 73%) |
| CMYK | cmyk(14%, 0%, 7%, 22%) |
| LAB | lab(78.2 -12.2 3.8) |
| LCH | lch(78.2 12.7 162.5) |
| OKLCH | oklch(0.808 0.036 163.9) |
Copy-ready code
/* CSS */
color: #acc8ba;
background-color: #acc8ba;
/* Tailwind (arbitrary) */
class="text-[#acc8ba] bg-[#acc8ba]"
/* SCSS */
$brand: #acc8ba;
/* SwiftUI */
Color(red: 0.675, green: 0.784, blue: 0.729)
/* Android */
Color.parseColor("#acc8ba")Accessibility — WCAG contrast
Aa
#acc8ba on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acc8ba on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green78.4%
Blue72.9%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow7.0%
Key (black)21.6%
Color previews
#acc8ba text on a black background
contrast 11.72:1
Card sample
#acc8ba text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acc8ba;
Background color
Panel with #acc8ba background
background-color: #acc8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acc8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 200, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 200, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acc8ba; background: linear-gradient(135deg, #acc8ba, #ACC3C8);