#acdfb2
a light, soft green · cool · closest name: aquamarine
RGB
172, 223, 178
HSL
127°, 44%, 78%
CMYK
23, 0, 20, 13
Luminance
0.6476
Every format
| HEX | #acdfb2 |
| RGB | rgb(172, 223, 178) |
| HSL | hsl(127, 44%, 78%) |
| CMYK | cmyk(23%, 0%, 20%, 13%) |
| LAB | lab(84.4 -25.1 16.8) |
| LCH | lch(84.4 30.2 146.2) |
| OKLCH | oklch(0.856 0.081 148.0) |
Copy-ready code
/* CSS */
color: #acdfb2;
background-color: #acdfb2;
/* Tailwind (arbitrary) */
class="text-[#acdfb2] bg-[#acdfb2]"
/* SCSS */
$brand: #acdfb2;
/* SwiftUI */
Color(red: 0.675, green: 0.875, blue: 0.698)
/* Android */
Color.parseColor("#acdfb2")Accessibility — WCAG contrast
Aa
#acdfb2 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdfb2 on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.5%
Blue69.8%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow20.2%
Key (black)12.5%
Color previews
#acdfb2 text on a black background
contrast 13.95:1
Card sample
#acdfb2 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdfb2;
Background color
Panel with #acdfb2 background
background-color: #acdfb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdfb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 223, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 223, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdfb2; background: linear-gradient(135deg, #acdfb2, #ACDFD4);