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