#acceb2
a light, soft green · cool · closest name: silver
RGB
172, 206, 178
HSL
131°, 26%, 74%
CMYK
17, 0, 14, 19
Luminance
0.5613
Every format
| HEX | #acceb2 |
| RGB | rgb(172, 206, 178) |
| HSL | hsl(131, 26%, 74%) |
| CMYK | cmyk(17%, 0%, 14%, 19%) |
| LAB | lab(79.7 -16.7 10.2) |
| LCH | lch(79.7 19.6 148.6) |
| OKLCH | oklch(0.819 0.053 150.2) |
Copy-ready code
/* CSS */
color: #acceb2;
background-color: #acceb2;
/* Tailwind (arbitrary) */
class="text-[#acceb2] bg-[#acceb2]"
/* SCSS */
$brand: #acceb2;
/* SwiftUI */
Color(red: 0.675, green: 0.808, blue: 0.698)
/* Android */
Color.parseColor("#acceb2")Accessibility — WCAG contrast
Aa
#acceb2 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acceb2 on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.8%
Blue69.8%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow13.6%
Key (black)19.2%
Color previews
#acceb2 text on a black background
contrast 12.23:1
Card sample
#acceb2 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acceb2;
Background color
Panel with #acceb2 background
background-color: #acceb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acceb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 206, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 206, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acceb2; background: linear-gradient(135deg, #acceb2, #ACCEC9);