#affeb7
a light, electric green · cool · closest name: aquamarine
RGB
175, 254, 183
HSL
126°, 98%, 84%
CMYK
31, 0, 28, 0
Luminance
0.8342
Every format
| HEX | #affeb7 |
| RGB | rgb(175, 254, 183) |
| HSL | hsl(126, 98%, 84%) |
| CMYK | cmyk(31%, 0%, 28%, 0%) |
| LAB | lab(93.2 -37.8 26.5) |
| LCH | lch(93.2 46.2 145.0) |
| OKLCH | oklch(0.928 0.123 147.0) |
Copy-ready code
/* CSS */
color: #affeb7;
background-color: #affeb7;
/* Tailwind (arbitrary) */
class="text-[#affeb7] bg-[#affeb7]"
/* SCSS */
$brand: #affeb7;
/* SwiftUI */
Color(red: 0.686, green: 0.996, blue: 0.718)
/* Android */
Color.parseColor("#affeb7")Accessibility — WCAG contrast
Aa
#affeb7 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affeb7 on black: 17.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green99.6%
Blue71.8%
CMYK percentages
Cyan31.1%
Magenta0.0%
Yellow28.0%
Key (black)0.4%
Color previews
#affeb7 text on a black background
contrast 17.68:1
Card sample
#affeb7 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affeb7;
Background color
Panel with #affeb7 background
background-color: #affeb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affeb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 254, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 254, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affeb7; background: linear-gradient(135deg, #affeb7, #AFFEEC);