#afdecc
a light, soft green · cool · closest name: beige
RGB
175, 222, 204
HSL
157°, 42%, 78%
CMYK
21, 0, 8, 13
Luminance
0.6572
Every format
| HEX | #afdecc |
| RGB | rgb(175, 222, 204) |
| HSL | hsl(157, 42%, 78%) |
| CMYK | cmyk(21%, 0%, 8%, 13%) |
| LAB | lab(84.8 -18.8 3.8) |
| LCH | lch(84.8 19.2 168.5) |
| OKLCH | oklch(0.863 0.055 169.6) |
Copy-ready code
/* CSS */
color: #afdecc;
background-color: #afdecc;
/* Tailwind (arbitrary) */
class="text-[#afdecc] bg-[#afdecc]"
/* SCSS */
$brand: #afdecc;
/* SwiftUI */
Color(red: 0.686, green: 0.871, blue: 0.800)
/* Android */
Color.parseColor("#afdecc")Accessibility — WCAG contrast
Aa
#afdecc on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdecc on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.1%
Blue80.0%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow8.1%
Key (black)12.9%
Color previews
#afdecc text on a black background
contrast 14.14:1
Card sample
#afdecc text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdecc;
Background color
Panel with #afdecc background
background-color: #afdecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 222, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 222, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdecc; background: linear-gradient(135deg, #afdecc, #AFD1DE);