#acdec8
a light, soft green · cool · closest name: beige
RGB
172, 222, 200
HSL
154°, 43%, 77%
CMYK
23, 0, 10, 13
Luminance
0.6518
Every format
| HEX | #acdec8 |
| RGB | rgb(172, 222, 200) |
| HSL | hsl(154, 43%, 77%) |
| CMYK | cmyk(23%, 0%, 10%, 13%) |
| LAB | lab(84.6 -20.5 5.5) |
| LCH | lch(84.6 21.3 164.9) |
| OKLCH | oklch(0.860 0.060 166.2) |
Copy-ready code
/* CSS */
color: #acdec8;
background-color: #acdec8;
/* Tailwind (arbitrary) */
class="text-[#acdec8] bg-[#acdec8]"
/* SCSS */
$brand: #acdec8;
/* SwiftUI */
Color(red: 0.675, green: 0.871, blue: 0.784)
/* Android */
Color.parseColor("#acdec8")Accessibility — WCAG contrast
Aa
#acdec8 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdec8 on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.1%
Blue78.4%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow9.9%
Key (black)12.9%
Color previews
#acdec8 text on a black background
contrast 14.04:1
Card sample
#acdec8 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdec8;
Background color
Panel with #acdec8 background
background-color: #acdec8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdec8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 222, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 222, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdec8; background: linear-gradient(135deg, #acdec8, #ACD3DE);