#affeb3
a light, electric green · cool · closest name: aquamarine
RGB
175, 254, 179
HSL
123°, 98%, 84%
CMYK
31, 0, 30, 0
Luminance
0.8325
Every format
| HEX | #affeb3 |
| RGB | rgb(175, 254, 179) |
| HSL | hsl(123, 98%, 84%) |
| CMYK | cmyk(31%, 0%, 30%, 0%) |
| LAB | lab(93.1 -38.5 28.4) |
| LCH | lch(93.1 47.8 143.6) |
| OKLCH | oklch(0.927 0.127 145.7) |
Copy-ready code
/* CSS */
color: #affeb3;
background-color: #affeb3;
/* Tailwind (arbitrary) */
class="text-[#affeb3] bg-[#affeb3]"
/* SCSS */
$brand: #affeb3;
/* SwiftUI */
Color(red: 0.686, green: 0.996, blue: 0.702)
/* Android */
Color.parseColor("#affeb3")Accessibility — WCAG contrast
Aa
#affeb3 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affeb3 on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green99.6%
Blue70.2%
CMYK percentages
Cyan31.1%
Magenta0.0%
Yellow29.5%
Key (black)0.4%
Color previews
#affeb3 text on a black background
contrast 17.65:1
Card sample
#affeb3 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affeb3;
Background color
Panel with #affeb3 background
background-color: #affeb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affeb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 254, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 254, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affeb3; background: linear-gradient(135deg, #affeb3, #AFFEE8);