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