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