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