#aff9df
a light, electric green · cool · closest name: aquamarine
RGB
175, 249, 223
HSL
159°, 86%, 83%
CMYK
30, 0, 10, 2
Luminance
0.8219
Every format
| HEX | #aff9df |
| RGB | rgb(175, 249, 223) |
| HSL | hsl(159, 86%, 83%) |
| CMYK | cmyk(30%, 0%, 10%, 2%) |
| LAB | lab(92.7 -28.1 5.2) |
| LCH | lch(92.7 28.6 169.5) |
| OKLCH | oklch(0.926 0.082 170.6) |
Copy-ready code
/* CSS */
color: #aff9df;
background-color: #aff9df;
/* Tailwind (arbitrary) */
class="text-[#aff9df] bg-[#aff9df]"
/* SCSS */
$brand: #aff9df;
/* SwiftUI */
Color(red: 0.686, green: 0.976, blue: 0.875)
/* Android */
Color.parseColor("#aff9df")Accessibility — WCAG contrast
Aa
#aff9df on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff9df on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green97.6%
Blue87.5%
CMYK percentages
Cyan29.7%
Magenta0.0%
Yellow10.4%
Key (black)2.4%
Color previews
#aff9df text on a black background
contrast 17.44:1
Card sample
#aff9df text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff9df;
Background color
Panel with #aff9df background
background-color: #aff9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 249, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 249, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff9df; background: linear-gradient(135deg, #aff9df, #AFE2F9);