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