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