#acddbf
a light, soft green · cool · closest name: beige
RGB
172, 221, 191
HSL
143°, 42%, 77%
CMYK
22, 0, 14, 13
Luminance
0.6425
Every format
| HEX | #acddbf |
| RGB | rgb(172, 221, 191) |
| HSL | hsl(143, 42%, 77%) |
| CMYK | cmyk(22%, 0%, 14%, 13%) |
| LAB | lab(84.1 -21.8 9.6) |
| LCH | lch(84.1 23.8 156.2) |
| OKLCH | oklch(0.855 0.066 157.8) |
Copy-ready code
/* CSS */
color: #acddbf;
background-color: #acddbf;
/* Tailwind (arbitrary) */
class="text-[#acddbf] bg-[#acddbf]"
/* SCSS */
$brand: #acddbf;
/* SwiftUI */
Color(red: 0.675, green: 0.867, blue: 0.749)
/* Android */
Color.parseColor("#acddbf")Accessibility — WCAG contrast
Aa
#acddbf on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acddbf on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green86.7%
Blue74.9%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow13.6%
Key (black)13.3%
Color previews
#acddbf text on a black background
contrast 13.85:1
Card sample
#acddbf text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acddbf;
Background color
Panel with #acddbf background
background-color: #acddbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acddbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 221, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 221, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acddbf; background: linear-gradient(135deg, #acddbf, #ACDADD);