#afe7ce
a light, vivid green · cool · closest name: beige
RGB
175, 231, 206
HSL
153°, 54%, 80%
CMYK
24, 0, 11, 9
Luminance
0.7072
Every format
| HEX | #afe7ce |
| RGB | rgb(175, 231, 206) |
| HSL | hsl(153, 54%, 80%) |
| CMYK | cmyk(24%, 0%, 11%, 9%) |
| LAB | lab(87.3 -22.9 6.4) |
| LCH | lch(87.3 23.7 164.4) |
| OKLCH | oklch(0.883 0.067 165.7) |
Copy-ready code
/* CSS */
color: #afe7ce;
background-color: #afe7ce;
/* Tailwind (arbitrary) */
class="text-[#afe7ce] bg-[#afe7ce]"
/* SCSS */
$brand: #afe7ce;
/* SwiftUI */
Color(red: 0.686, green: 0.906, blue: 0.808)
/* Android */
Color.parseColor("#afe7ce")Accessibility — WCAG contrast
Aa
#afe7ce on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe7ce on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green90.6%
Blue80.8%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow10.8%
Key (black)9.4%
Color previews
#afe7ce text on a black background
contrast 15.14:1
Card sample
#afe7ce text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe7ce;
Background color
Panel with #afe7ce background
background-color: #afe7ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe7ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 231, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 231, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe7ce; background: linear-gradient(135deg, #afe7ce, #AFDBE7);