#afe7bf
a light, vivid green · cool · closest name: aquamarine
RGB
175, 231, 191
HSL
137°, 54%, 80%
CMYK
24, 0, 17, 9
Luminance
0.7003
Every format
| HEX | #afe7bf |
| RGB | rgb(175, 231, 191) |
| HSL | hsl(137, 54%, 80%) |
| CMYK | cmyk(24%, 0%, 17%, 9%) |
| LAB | lab(87.0 -25.7 13.8) |
| LCH | lch(87.0 29.1 151.8) |
| OKLCH | oklch(0.879 0.079 153.5) |
Copy-ready code
/* CSS */
color: #afe7bf;
background-color: #afe7bf;
/* Tailwind (arbitrary) */
class="text-[#afe7bf] bg-[#afe7bf]"
/* SCSS */
$brand: #afe7bf;
/* SwiftUI */
Color(red: 0.686, green: 0.906, blue: 0.749)
/* Android */
Color.parseColor("#afe7bf")Accessibility — WCAG contrast
Aa
#afe7bf on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe7bf on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green90.6%
Blue74.9%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow17.3%
Key (black)9.4%
Color previews
#afe7bf text on a black background
contrast 15.01:1
Card sample
#afe7bf text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe7bf;
Background color
Panel with #afe7bf background
background-color: #afe7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 231, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 231, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe7bf; background: linear-gradient(135deg, #afe7bf, #AFE7E4);