#afe2c7
a light, vivid green · cool · closest name: beige
RGB
175, 226, 199
HSL
148°, 47%, 79%
CMYK
23, 0, 12, 11
Luminance
0.6763
Every format
| HEX | #afe2c7 |
| RGB | rgb(175, 226, 199) |
| HSL | hsl(148, 47%, 79%) |
| CMYK | cmyk(23%, 0%, 12%, 11%) |
| LAB | lab(85.8 -21.8 7.9) |
| LCH | lch(85.8 23.1 160.1) |
| OKLCH | oklch(0.870 0.065 161.6) |
Copy-ready code
/* CSS */
color: #afe2c7;
background-color: #afe2c7;
/* Tailwind (arbitrary) */
class="text-[#afe2c7] bg-[#afe2c7]"
/* SCSS */
$brand: #afe2c7;
/* SwiftUI */
Color(red: 0.686, green: 0.886, blue: 0.780)
/* Android */
Color.parseColor("#afe2c7")Accessibility — WCAG contrast
Aa
#afe2c7 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe2c7 on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green88.6%
Blue78.0%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow11.9%
Key (black)11.4%
Color previews
#afe2c7 text on a black background
contrast 14.53:1
Card sample
#afe2c7 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe2c7;
Background color
Panel with #afe2c7 background
background-color: #afe2c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe2c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 226, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 226, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe2c7; background: linear-gradient(135deg, #afe2c7, #AFDBE2);