#afe3ce
a light, vivid green · cool · closest name: beige
RGB
175, 227, 206
HSL
156°, 48%, 79%
CMYK
23, 0, 9, 11
Luminance
0.6851
Every format
| HEX | #afe3ce |
| RGB | rgb(175, 227, 206) |
| HSL | hsl(156, 48%, 79%) |
| CMYK | cmyk(23%, 0%, 9%, 11%) |
| LAB | lab(86.3 -20.9 4.8) |
| LCH | lch(86.3 21.4 167.0) |
| OKLCH | oklch(0.874 0.061 168.2) |
Copy-ready code
/* CSS */
color: #afe3ce;
background-color: #afe3ce;
/* Tailwind (arbitrary) */
class="text-[#afe3ce] bg-[#afe3ce]"
/* SCSS */
$brand: #afe3ce;
/* SwiftUI */
Color(red: 0.686, green: 0.890, blue: 0.808)
/* Android */
Color.parseColor("#afe3ce")Accessibility — WCAG contrast
Aa
#afe3ce on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe3ce on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.0%
Blue80.8%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow9.3%
Key (black)11.0%
Color previews
#afe3ce text on a black background
contrast 14.70:1
Card sample
#afe3ce text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe3ce;
Background color
Panel with #afe3ce background
background-color: #afe3ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe3ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 227, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 227, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe3ce; background: linear-gradient(135deg, #afe3ce, #AFD5E3);