#afffd3
a light, electric green · cool · closest name: aquamarine
RGB
175, 255, 211
HSL
147°, 100%, 84%
CMYK
31, 0, 17, 0
Luminance
0.8534
Every format
| HEX | #afffd3 |
| RGB | rgb(175, 255, 211) |
| HSL | hsl(147, 100%, 84%) |
| CMYK | cmyk(31%, 0%, 17%, 0%) |
| LAB | lab(94.0 -33.3 13.3) |
| LCH | lch(94.0 35.9 158.2) |
| OKLCH | oklch(0.936 0.099 159.7) |
Copy-ready code
/* CSS */
color: #afffd3;
background-color: #afffd3;
/* Tailwind (arbitrary) */
class="text-[#afffd3] bg-[#afffd3]"
/* SCSS */
$brand: #afffd3;
/* SwiftUI */
Color(red: 0.686, green: 1.000, blue: 0.827)
/* Android */
Color.parseColor("#afffd3")Accessibility — WCAG contrast
Aa
#afffd3 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afffd3 on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green100.0%
Blue82.7%
CMYK percentages
Cyan31.4%
Magenta0.0%
Yellow17.3%
Key (black)0.0%
Color previews
#afffd3 text on a black background
contrast 18.07:1
Card sample
#afffd3 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afffd3;
Background color
Panel with #afffd3 background
background-color: #afffd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afffd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 255, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 255, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afffd3; background: linear-gradient(135deg, #afffd3, #AFF6FF);