#afe5cd
a light, vivid green · cool · closest name: beige
RGB
175, 229, 205
HSL
153°, 51%, 79%
CMYK
24, 0, 11, 10
Luminance
0.6956
Every format
| HEX | #afe5cd |
| RGB | rgb(175, 229, 205) |
| HSL | hsl(153, 51%, 79%) |
| CMYK | cmyk(24%, 0%, 11%, 10%) |
| LAB | lab(86.8 -22.1 6.1) |
| LCH | lch(86.8 22.9 164.5) |
| OKLCH | oklch(0.878 0.065 165.9) |
Copy-ready code
/* CSS */
color: #afe5cd;
background-color: #afe5cd;
/* Tailwind (arbitrary) */
class="text-[#afe5cd] bg-[#afe5cd]"
/* SCSS */
$brand: #afe5cd;
/* SwiftUI */
Color(red: 0.686, green: 0.898, blue: 0.804)
/* Android */
Color.parseColor("#afe5cd")Accessibility — WCAG contrast
Aa
#afe5cd on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe5cd on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.8%
Blue80.4%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow10.5%
Key (black)10.2%
Color previews
#afe5cd text on a black background
contrast 14.91:1
Card sample
#afe5cd text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe5cd;
Background color
Panel with #afe5cd background
background-color: #afe5cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe5cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 229, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 229, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe5cd; background: linear-gradient(135deg, #afe5cd, #AFD9E5);