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