#acce9b
a light, soft green · cool · closest name: beige
RGB
172, 206, 155
HSL
100°, 34%, 71%
CMYK
17, 0, 25, 19
Luminance
0.5528
Every format
| HEX | #acce9b |
| RGB | rgb(172, 206, 155) |
| HSL | hsl(100, 34%, 71%) |
| CMYK | cmyk(17%, 0%, 25%, 19%) |
| LAB | lab(79.2 -20.7 21.7) |
| LCH | lch(79.2 30.0 133.5) |
| OKLCH | oklch(0.813 0.079 135.4) |
Copy-ready code
/* CSS */
color: #acce9b;
background-color: #acce9b;
/* Tailwind (arbitrary) */
class="text-[#acce9b] bg-[#acce9b]"
/* SCSS */
$brand: #acce9b;
/* SwiftUI */
Color(red: 0.675, green: 0.808, blue: 0.608)
/* Android */
Color.parseColor("#acce9b")Accessibility — WCAG contrast
Aa
#acce9b on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acce9b on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.8%
Blue60.8%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow24.8%
Key (black)19.2%
Color previews
#acce9b text on a black background
contrast 12.06:1
Card sample
#acce9b text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acce9b;
Background color
Panel with #acce9b background
background-color: #acce9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acce9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 206, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 206, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acce9b; background: linear-gradient(135deg, #acce9b, #9BCEAC);