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