#affcd1
a light, electric green · cool · closest name: aquamarine
RGB
175, 252, 209
HSL
147°, 93%, 84%
CMYK
31, 0, 17, 1
Luminance
0.8334
Every format
| HEX | #affcd1 |
| RGB | rgb(175, 252, 209) |
| HSL | hsl(147, 93%, 84%) |
| CMYK | cmyk(31%, 0%, 17%, 1%) |
| LAB | lab(93.2 -32.3 13.1) |
| LCH | lch(93.2 34.9 157.9) |
| OKLCH | oklch(0.929 0.096 159.4) |
Copy-ready code
/* CSS */
color: #affcd1;
background-color: #affcd1;
/* Tailwind (arbitrary) */
class="text-[#affcd1] bg-[#affcd1]"
/* SCSS */
$brand: #affcd1;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.820)
/* Android */
Color.parseColor("#affcd1")Accessibility — WCAG contrast
Aa
#affcd1 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affcd1 on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue82.0%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow17.1%
Key (black)1.2%
Color previews
#affcd1 text on a black background
contrast 17.67:1
Card sample
#affcd1 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affcd1;
Background color
Panel with #affcd1 background
background-color: #affcd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affcd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affcd1; background: linear-gradient(135deg, #affcd1, #AFF4FC);