#afe1cd
a light, vivid green · cool · closest name: beige
RGB
175, 225, 205
HSL
156°, 46%, 78%
CMYK
22, 0, 9, 12
Luminance
0.6737
Every format
| HEX | #afe1cd |
| RGB | rgb(175, 225, 205) |
| HSL | hsl(156, 46%, 78%) |
| CMYK | cmyk(22%, 0%, 9%, 12%) |
| LAB | lab(85.7 -20.1 4.5) |
| LCH | lch(85.7 20.6 167.3) |
| OKLCH | oklch(0.869 0.059 168.5) |
Copy-ready code
/* CSS */
color: #afe1cd;
background-color: #afe1cd;
/* Tailwind (arbitrary) */
class="text-[#afe1cd] bg-[#afe1cd]"
/* SCSS */
$brand: #afe1cd;
/* SwiftUI */
Color(red: 0.686, green: 0.882, blue: 0.804)
/* Android */
Color.parseColor("#afe1cd")Accessibility — WCAG contrast
Aa
#afe1cd on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe1cd on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green88.2%
Blue80.4%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow8.9%
Key (black)11.8%
Color previews
#afe1cd text on a black background
contrast 14.47:1
Card sample
#afe1cd text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe1cd;
Background color
Panel with #afe1cd background
background-color: #afe1cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe1cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 225, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 225, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe1cd; background: linear-gradient(135deg, #afe1cd, #AFD4E1);