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