#afe8cb
a light, vivid green · cool · closest name: beige
RGB
175, 232, 203
HSL
150°, 55%, 80%
CMYK
25, 0, 13, 9
Luminance
0.7114
Every format
| HEX | #afe8cb |
| RGB | rgb(175, 232, 203) |
| HSL | hsl(150, 55%, 80%) |
| CMYK | cmyk(25%, 0%, 13%, 9%) |
| LAB | lab(87.5 -23.9 8.3) |
| LCH | lch(87.5 25.3 161.0) |
| OKLCH | oklch(0.884 0.071 162.4) |
Copy-ready code
/* CSS */
color: #afe8cb;
background-color: #afe8cb;
/* Tailwind (arbitrary) */
class="text-[#afe8cb] bg-[#afe8cb]"
/* SCSS */
$brand: #afe8cb;
/* SwiftUI */
Color(red: 0.686, green: 0.910, blue: 0.796)
/* Android */
Color.parseColor("#afe8cb")Accessibility — WCAG contrast
Aa
#afe8cb on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe8cb on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.0%
Blue79.6%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow12.5%
Key (black)9.0%
Color previews
#afe8cb text on a black background
contrast 15.23:1
Card sample
#afe8cb text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe8cb;
Background color
Panel with #afe8cb background
background-color: #afe8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 232, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 232, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe8cb; background: linear-gradient(135deg, #afe8cb, #AFDFE8);