#afe8ce
a light, vivid green · cool · closest name: beige
RGB
175, 232, 206
HSL
153°, 55%, 80%
CMYK
25, 0, 11, 9
Luminance
0.7128
Every format
| HEX | #afe8ce |
| RGB | rgb(175, 232, 206) |
| HSL | hsl(153, 55%, 80%) |
| CMYK | cmyk(25%, 0%, 11%, 9%) |
| LAB | lab(87.6 -23.3 6.8) |
| LCH | lch(87.6 24.3 163.8) |
| OKLCH | oklch(0.885 0.068 165.1) |
Copy-ready code
/* CSS */
color: #afe8ce;
background-color: #afe8ce;
/* Tailwind (arbitrary) */
class="text-[#afe8ce] bg-[#afe8ce]"
/* SCSS */
$brand: #afe8ce;
/* SwiftUI */
Color(red: 0.686, green: 0.910, blue: 0.808)
/* Android */
Color.parseColor("#afe8ce")Accessibility — WCAG contrast
Aa
#afe8ce on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe8ce on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.0%
Blue80.8%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow11.2%
Key (black)9.0%
Color previews
#afe8ce text on a black background
contrast 15.26:1
Card sample
#afe8ce text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe8ce;
Background color
Panel with #afe8ce background
background-color: #afe8ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe8ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 232, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 232, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe8ce; background: linear-gradient(135deg, #afe8ce, #AFDCE8);