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