#afe4cd
a light, vivid green · cool · closest name: beige
RGB
175, 228, 205
HSL
154°, 50%, 79%
CMYK
23, 0, 10, 11
Luminance
0.6901
Every format
| HEX | #afe4cd |
| RGB | rgb(175, 228, 205) |
| HSL | hsl(154, 50%, 79%) |
| CMYK | cmyk(23%, 0%, 10%, 11%) |
| LAB | lab(86.5 -21.6 5.7) |
| LCH | lch(86.5 22.3 165.2) |
| OKLCH | oklch(0.876 0.063 166.5) |
Copy-ready code
/* CSS */
color: #afe4cd;
background-color: #afe4cd;
/* Tailwind (arbitrary) */
class="text-[#afe4cd] bg-[#afe4cd]"
/* SCSS */
$brand: #afe4cd;
/* SwiftUI */
Color(red: 0.686, green: 0.894, blue: 0.804)
/* Android */
Color.parseColor("#afe4cd")Accessibility — WCAG contrast
Aa
#afe4cd on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe4cd on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.4%
Blue80.4%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow10.1%
Key (black)10.6%
Color previews
#afe4cd text on a black background
contrast 14.80:1
Card sample
#afe4cd text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe4cd;
Background color
Panel with #afe4cd background
background-color: #afe4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 228, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 228, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe4cd; background: linear-gradient(135deg, #afe4cd, #AFD8E4);