#acdfb9
a light, soft green · cool · closest name: beige
RGB
172, 223, 185
HSL
135°, 44%, 78%
CMYK
23, 0, 17, 13
Luminance
0.6505
Every format
| HEX | #acdfb9 |
| RGB | rgb(172, 223, 185) |
| HSL | hsl(135, 44%, 78%) |
| CMYK | cmyk(23%, 0%, 17%, 13%) |
| LAB | lab(84.5 -23.9 13.3) |
| LCH | lch(84.5 27.4 150.8) |
| OKLCH | oklch(0.858 0.074 152.5) |
Copy-ready code
/* CSS */
color: #acdfb9;
background-color: #acdfb9;
/* Tailwind (arbitrary) */
class="text-[#acdfb9] bg-[#acdfb9]"
/* SCSS */
$brand: #acdfb9;
/* SwiftUI */
Color(red: 0.675, green: 0.875, blue: 0.725)
/* Android */
Color.parseColor("#acdfb9")Accessibility — WCAG contrast
Aa
#acdfb9 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdfb9 on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.5%
Blue72.5%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow17.0%
Key (black)12.5%
Color previews
#acdfb9 text on a black background
contrast 14.01:1
Card sample
#acdfb9 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdfb9;
Background color
Panel with #acdfb9 background
background-color: #acdfb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdfb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 223, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 223, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdfb9; background: linear-gradient(135deg, #acdfb9, #ACDFDB);