#acdec2
a light, soft green · cool · closest name: beige
RGB
172, 222, 194
HSL
146°, 43%, 77%
CMYK
23, 0, 13, 13
Luminance
0.6491
Every format
| HEX | #acdec2 |
| RGB | rgb(172, 222, 194) |
| HSL | hsl(146, 43%, 77%) |
| CMYK | cmyk(23%, 0%, 13%, 13%) |
| LAB | lab(84.4 -21.7 8.5) |
| LCH | lch(84.4 23.3 158.6) |
| OKLCH | oklch(0.858 0.065 160.1) |
Copy-ready code
/* CSS */
color: #acdec2;
background-color: #acdec2;
/* Tailwind (arbitrary) */
class="text-[#acdec2] bg-[#acdec2]"
/* SCSS */
$brand: #acdec2;
/* SwiftUI */
Color(red: 0.675, green: 0.871, blue: 0.761)
/* Android */
Color.parseColor("#acdec2")Accessibility — WCAG contrast
Aa
#acdec2 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdec2 on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.1%
Blue76.1%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow12.6%
Key (black)12.9%
Color previews
#acdec2 text on a black background
contrast 13.98:1
Card sample
#acdec2 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdec2;
Background color
Panel with #acdec2 background
background-color: #acdec2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdec2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 222, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 222, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdec2; background: linear-gradient(135deg, #acdec2, #ACD9DE);