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