#afe3c2
a light, vivid green · cool · closest name: beige
RGB
175, 227, 194
HSL
142°, 48%, 79%
CMYK
23, 0, 15, 11
Luminance
0.6795
Every format
| HEX | #afe3c2 |
| RGB | rgb(175, 227, 194) |
| HSL | hsl(142, 48%, 79%) |
| CMYK | cmyk(23%, 0%, 15%, 11%) |
| LAB | lab(86.0 -23.2 10.7) |
| LCH | lch(86.0 25.6 155.2) |
| OKLCH | oklch(0.871 0.070 156.8) |
Copy-ready code
/* CSS */
color: #afe3c2;
background-color: #afe3c2;
/* Tailwind (arbitrary) */
class="text-[#afe3c2] bg-[#afe3c2]"
/* SCSS */
$brand: #afe3c2;
/* SwiftUI */
Color(red: 0.686, green: 0.890, blue: 0.761)
/* Android */
Color.parseColor("#afe3c2")Accessibility — WCAG contrast
Aa
#afe3c2 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe3c2 on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.0%
Blue76.1%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow14.5%
Key (black)11.0%
Color previews
#afe3c2 text on a black background
contrast 14.59:1
Card sample
#afe3c2 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe3c2;
Background color
Panel with #afe3c2 background
background-color: #afe3c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe3c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 227, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 227, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe3c2; background: linear-gradient(135deg, #afe3c2, #AFE1E3);