#afeeb0
a light, vivid green · cool · closest name: aquamarine
RGB
175, 238, 176
HSL
121°, 65%, 81%
CMYK
27, 0, 26, 7
Luminance
0.7340
Every format
| HEX | #afeeb0 |
| RGB | rgb(175, 238, 176) |
| HSL | hsl(121, 65%, 81%) |
| CMYK | cmyk(27%, 0%, 26%, 7%) |
| LAB | lab(88.6 -31.6 23.8) |
| LCH | lch(88.6 39.6 143.0) |
| OKLCH | oklch(0.891 0.105 145.0) |
Copy-ready code
/* CSS */
color: #afeeb0;
background-color: #afeeb0;
/* Tailwind (arbitrary) */
class="text-[#afeeb0] bg-[#afeeb0]"
/* SCSS */
$brand: #afeeb0;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.690)
/* Android */
Color.parseColor("#afeeb0")Accessibility — WCAG contrast
Aa
#afeeb0 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeeb0 on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue69.0%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow26.1%
Key (black)6.7%
Color previews
#afeeb0 text on a black background
contrast 15.68:1
Card sample
#afeeb0 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeeb0;
Background color
Panel with #afeeb0 background
background-color: #afeeb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeeb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeeb0; background: linear-gradient(135deg, #afeeb0, #AFEEDA);