#afeeba
a light, vivid green · cool · closest name: aquamarine
RGB
175, 238, 186
HSL
131°, 65%, 81%
CMYK
27, 0, 22, 7
Luminance
0.7381
Every format
| HEX | #afeeba |
| RGB | rgb(175, 238, 186) |
| HSL | hsl(131, 65%, 81%) |
| CMYK | cmyk(27%, 0%, 22%, 7%) |
| LAB | lab(88.8 -29.9 18.9) |
| LCH | lch(88.8 35.4 147.7) |
| OKLCH | oklch(0.893 0.095 149.5) |
Copy-ready code
/* CSS */
color: #afeeba;
background-color: #afeeba;
/* Tailwind (arbitrary) */
class="text-[#afeeba] bg-[#afeeba]"
/* SCSS */
$brand: #afeeba;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.729)
/* Android */
Color.parseColor("#afeeba")Accessibility — WCAG contrast
Aa
#afeeba on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeeba on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue72.9%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow21.8%
Key (black)6.7%
Color previews
#afeeba text on a black background
contrast 15.76:1
Card sample
#afeeba text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeeba;
Background color
Panel with #afeeba background
background-color: #afeeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeeba; background: linear-gradient(135deg, #afeeba, #AFEEE4);