#acceb7
a light, soft green · cool · closest name: silver
RGB
172, 206, 183
HSL
139°, 26%, 74%
CMYK
17, 0, 11, 19
Luminance
0.5633
Every format
| HEX | #acceb7 |
| RGB | rgb(172, 206, 183) |
| HSL | hsl(139, 26%, 74%) |
| CMYK | cmyk(17%, 0%, 11%, 19%) |
| LAB | lab(79.8 -15.8 7.7) |
| LCH | lch(79.8 17.6 154.0) |
| OKLCH | oklch(0.820 0.048 155.6) |
Copy-ready code
/* CSS */
color: #acceb7;
background-color: #acceb7;
/* Tailwind (arbitrary) */
class="text-[#acceb7] bg-[#acceb7]"
/* SCSS */
$brand: #acceb7;
/* SwiftUI */
Color(red: 0.675, green: 0.808, blue: 0.718)
/* Android */
Color.parseColor("#acceb7")Accessibility — WCAG contrast
Aa
#acceb7 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acceb7 on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.8%
Blue71.8%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow11.2%
Key (black)19.2%
Color previews
#acceb7 text on a black background
contrast 12.27:1
Card sample
#acceb7 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acceb7;
Background color
Panel with #acceb7 background
background-color: #acceb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acceb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 206, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 206, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acceb7; background: linear-gradient(135deg, #acceb7, #ACCECE);