#afffcc
a light, electric green · cool · closest name: aquamarine
RGB
175, 255, 204
HSL
142°, 100%, 84%
CMYK
31, 0, 20, 0
Luminance
0.8499
Every format
| HEX | #afffcc |
| RGB | rgb(175, 255, 204) |
| HSL | hsl(142, 100%, 84%) |
| CMYK | cmyk(31%, 0%, 20%, 0%) |
| LAB | lab(93.9 -34.6 16.7) |
| LCH | lch(93.9 38.4 154.2) |
| OKLCH | oklch(0.935 0.105 155.8) |
Copy-ready code
/* CSS */
color: #afffcc;
background-color: #afffcc;
/* Tailwind (arbitrary) */
class="text-[#afffcc] bg-[#afffcc]"
/* SCSS */
$brand: #afffcc;
/* SwiftUI */
Color(red: 0.686, green: 1.000, blue: 0.800)
/* Android */
Color.parseColor("#afffcc")Accessibility — WCAG contrast
Aa
#afffcc on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afffcc on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green100.0%
Blue80.0%
CMYK percentages
Cyan31.4%
Magenta0.0%
Yellow20.0%
Key (black)0.0%
Color previews
#afffcc text on a black background
contrast 18.00:1
Card sample
#afffcc text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afffcc;
Background color
Panel with #afffcc background
background-color: #afffcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afffcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 255, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 255, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afffcc; background: linear-gradient(135deg, #afffcc, #AFFDFF);