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