#afddcb
a light, soft green · cool · closest name: beige
RGB
175, 221, 203
HSL
157°, 40%, 78%
CMYK
21, 0, 8, 13
Luminance
0.6514
Every format
| HEX | #afddcb |
| RGB | rgb(175, 221, 203) |
| HSL | hsl(157, 40%, 78%) |
| CMYK | cmyk(21%, 0%, 8%, 13%) |
| LAB | lab(84.5 -18.5 3.9) |
| LCH | lch(84.5 18.9 168.0) |
| OKLCH | oklch(0.860 0.054 169.2) |
Copy-ready code
/* CSS */
color: #afddcb;
background-color: #afddcb;
/* Tailwind (arbitrary) */
class="text-[#afddcb] bg-[#afddcb]"
/* SCSS */
$brand: #afddcb;
/* SwiftUI */
Color(red: 0.686, green: 0.867, blue: 0.796)
/* Android */
Color.parseColor("#afddcb")Accessibility — WCAG contrast
Aa
#afddcb on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afddcb on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.7%
Blue79.6%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow8.1%
Key (black)13.3%
Color previews
#afddcb text on a black background
contrast 14.03:1
Card sample
#afddcb text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afddcb;
Background color
Panel with #afddcb background
background-color: #afddcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afddcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 221, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 221, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afddcb; background: linear-gradient(135deg, #afddcb, #AFD0DD);