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