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