#aff8d0
a light, electric green · cool · closest name: aquamarine
RGB
175, 248, 208
HSL
147°, 84%, 83%
CMYK
29, 0, 16, 3
Luminance
0.8080
Every format
| HEX | #aff8d0 |
| RGB | rgb(175, 248, 208) |
| HSL | hsl(147, 84%, 83%) |
| CMYK | cmyk(29%, 0%, 16%, 3%) |
| LAB | lab(92.0 -30.6 12.1) |
| LCH | lch(92.0 32.9 158.5) |
| OKLCH | oklch(0.920 0.091 160.0) |
Copy-ready code
/* CSS */
color: #aff8d0;
background-color: #aff8d0;
/* Tailwind (arbitrary) */
class="text-[#aff8d0] bg-[#aff8d0]"
/* SCSS */
$brand: #aff8d0;
/* SwiftUI */
Color(red: 0.686, green: 0.973, blue: 0.816)
/* Android */
Color.parseColor("#aff8d0")Accessibility — WCAG contrast
Aa
#aff8d0 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff8d0 on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green97.3%
Blue81.6%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow16.1%
Key (black)2.7%
Color previews
#aff8d0 text on a black background
contrast 17.16:1
Card sample
#aff8d0 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff8d0;
Background color
Panel with #aff8d0 background
background-color: #aff8d0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff8d0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 248, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 248, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff8d0; background: linear-gradient(135deg, #aff8d0, #AFEFF8);