#acccb2
a light, soft green · cool · closest name: silver
RGB
172, 204, 178
HSL
131°, 24%, 74%
CMYK
16, 0, 13, 20
Luminance
0.5517
Every format
| HEX | #acccb2 |
| RGB | rgb(172, 204, 178) |
| HSL | hsl(131, 24%, 74%) |
| CMYK | cmyk(16%, 0%, 13%, 20%) |
| LAB | lab(79.1 -15.7 9.4) |
| LCH | lch(79.1 18.3 149.1) |
| OKLCH | oklch(0.814 0.050 150.6) |
Copy-ready code
/* CSS */
color: #acccb2;
background-color: #acccb2;
/* Tailwind (arbitrary) */
class="text-[#acccb2] bg-[#acccb2]"
/* SCSS */
$brand: #acccb2;
/* SwiftUI */
Color(red: 0.675, green: 0.800, blue: 0.698)
/* Android */
Color.parseColor("#acccb2")Accessibility — WCAG contrast
Aa
#acccb2 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acccb2 on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.0%
Blue69.8%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow12.7%
Key (black)20.0%
Color previews
#acccb2 text on a black background
contrast 12.03:1
Card sample
#acccb2 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acccb2;
Background color
Panel with #acccb2 background
background-color: #acccb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acccb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 204, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 204, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acccb2; background: linear-gradient(135deg, #acccb2, #ACCCC7);