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