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