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