#aff4af
a light, electric green · cool · closest name: aquamarine
RGB
175, 244, 175
HSL
120°, 76%, 82%
CMYK
28, 0, 28, 4
Luminance
0.7691
Every format
| HEX | #aff4af |
| RGB | rgb(175, 244, 175) |
| HSL | hsl(120, 76%, 82%) |
| CMYK | cmyk(28%, 0%, 28%, 4%) |
| LAB | lab(90.3 -34.6 26.6) |
| LCH | lch(90.3 43.6 142.5) |
| OKLCH | oklch(0.904 0.116 144.5) |
Copy-ready code
/* CSS */
color: #aff4af;
background-color: #aff4af;
/* Tailwind (arbitrary) */
class="text-[#aff4af] bg-[#aff4af]"
/* SCSS */
$brand: #aff4af;
/* SwiftUI */
Color(red: 0.686, green: 0.957, blue: 0.686)
/* Android */
Color.parseColor("#aff4af")Accessibility — WCAG contrast
Aa
#aff4af on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff4af on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green95.7%
Blue68.6%
CMYK percentages
Cyan28.3%
Magenta0.0%
Yellow28.3%
Key (black)4.3%
Color previews
#aff4af text on a black background
contrast 16.38:1
Card sample
#aff4af text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff4af;
Background color
Panel with #aff4af background
background-color: #aff4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 244, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 244, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff4af; background: linear-gradient(135deg, #aff4af, #AFF4DD);