#aff0af
a light, vivid green · cool · closest name: aquamarine
RGB
175, 240, 175
HSL
120°, 68%, 81%
CMYK
27, 0, 27, 6
Luminance
0.7453
Every format
| HEX | #aff0af |
| RGB | rgb(175, 240, 175) |
| HSL | hsl(120, 68%, 81%) |
| CMYK | cmyk(27%, 0%, 27%, 6%) |
| LAB | lab(89.2 -32.7 25.1) |
| LCH | lch(89.2 41.2 142.6) |
| OKLCH | oklch(0.895 0.110 144.6) |
Copy-ready code
/* CSS */
color: #aff0af;
background-color: #aff0af;
/* Tailwind (arbitrary) */
class="text-[#aff0af] bg-[#aff0af]"
/* SCSS */
$brand: #aff0af;
/* SwiftUI */
Color(red: 0.686, green: 0.941, blue: 0.686)
/* Android */
Color.parseColor("#aff0af")Accessibility — WCAG contrast
Aa
#aff0af on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff0af on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green94.1%
Blue68.6%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow27.1%
Key (black)5.9%
Color previews
#aff0af text on a black background
contrast 15.91:1
Card sample
#aff0af text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff0af;
Background color
Panel with #aff0af background
background-color: #aff0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 240, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 240, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff0af; background: linear-gradient(135deg, #aff0af, #AFF0DA);