#affccc
a light, electric green · cool · closest name: aquamarine
RGB
175, 252, 204
HSL
143°, 93%, 84%
CMYK
31, 0, 19, 1
Luminance
0.8309
Every format
| HEX | #affccc |
| RGB | rgb(175, 252, 204) |
| HSL | hsl(143, 93%, 84%) |
| CMYK | cmyk(31%, 0%, 19%, 1%) |
| LAB | lab(93.0 -33.2 15.6) |
| LCH | lch(93.0 36.7 154.9) |
| OKLCH | oklch(0.928 0.100 156.5) |
Copy-ready code
/* CSS */
color: #affccc;
background-color: #affccc;
/* Tailwind (arbitrary) */
class="text-[#affccc] bg-[#affccc]"
/* SCSS */
$brand: #affccc;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#affccc")Accessibility — WCAG contrast
Aa
#affccc on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affccc on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue80.0%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#affccc text on a black background
contrast 17.62:1
Card sample
#affccc text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affccc;
Background color
Panel with #affccc background
background-color: #affccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affccc; background: linear-gradient(135deg, #affccc, #AFF9FC);