#aff8df
a light, electric green · cool · closest name: aquamarine
RGB
175, 248, 223
HSL
160°, 84%, 83%
CMYK
29, 0, 10, 3
Luminance
0.8158
Every format
| HEX | #aff8df |
| RGB | rgb(175, 248, 223) |
| HSL | hsl(160, 84%, 83%) |
| CMYK | cmyk(29%, 0%, 10%, 3%) |
| LAB | lab(92.4 -27.7 4.8) |
| LCH | lch(92.4 28.1 170.1) |
| OKLCH | oklch(0.924 0.080 171.2) |
Copy-ready code
/* CSS */
color: #aff8df;
background-color: #aff8df;
/* Tailwind (arbitrary) */
class="text-[#aff8df] bg-[#aff8df]"
/* SCSS */
$brand: #aff8df;
/* SwiftUI */
Color(red: 0.686, green: 0.973, blue: 0.875)
/* Android */
Color.parseColor("#aff8df")Accessibility — WCAG contrast
Aa
#aff8df on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff8df on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green97.3%
Blue87.5%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow10.1%
Key (black)2.7%
Color previews
#aff8df text on a black background
contrast 17.32:1
Card sample
#aff8df text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff8df;
Background color
Panel with #aff8df background
background-color: #aff8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 248, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 248, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff8df; background: linear-gradient(135deg, #aff8df, #AFE0F8);