#acdecb
a light, soft green · cool · closest name: beige
RGB
172, 222, 203
HSL
157°, 43%, 77%
CMYK
23, 0, 9, 13
Luminance
0.6533
Every format
| HEX | #acdecb |
| RGB | rgb(172, 222, 203) |
| HSL | hsl(157, 43%, 77%) |
| CMYK | cmyk(23%, 0%, 9%, 13%) |
| LAB | lab(84.7 -19.9 4.0) |
| LCH | lch(84.7 20.4 168.5) |
| OKLCH | oklch(0.860 0.058 169.7) |
Copy-ready code
/* CSS */
color: #acdecb;
background-color: #acdecb;
/* Tailwind (arbitrary) */
class="text-[#acdecb] bg-[#acdecb]"
/* SCSS */
$brand: #acdecb;
/* SwiftUI */
Color(red: 0.675, green: 0.871, blue: 0.796)
/* Android */
Color.parseColor("#acdecb")Accessibility — WCAG contrast
Aa
#acdecb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdecb on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.1%
Blue79.6%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow8.6%
Key (black)12.9%
Color previews
#acdecb text on a black background
contrast 14.07:1
Card sample
#acdecb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdecb;
Background color
Panel with #acdecb background
background-color: #acdecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 222, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 222, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdecb; background: linear-gradient(135deg, #acdecb, #ACD0DE);