#afdfaf
a light, soft green · cool · closest name: aquamarine
RGB
175, 223, 175
HSL
120°, 43%, 78%
CMYK
22, 0, 22, 13
Luminance
0.6498
Every format
| HEX | #afdfaf |
| RGB | rgb(175, 223, 175) |
| HSL | hsl(120, 43%, 78%) |
| CMYK | cmyk(22%, 0%, 22%, 13%) |
| LAB | lab(84.5 -24.7 18.6) |
| LCH | lch(84.5 30.9 143.0) |
| OKLCH | oklch(0.857 0.083 144.8) |
Copy-ready code
/* CSS */
color: #afdfaf;
background-color: #afdfaf;
/* Tailwind (arbitrary) */
class="text-[#afdfaf] bg-[#afdfaf]"
/* SCSS */
$brand: #afdfaf;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.686)
/* Android */
Color.parseColor("#afdfaf")Accessibility — WCAG contrast
Aa
#afdfaf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdfaf on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue68.6%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow21.5%
Key (black)12.5%
Color previews
#afdfaf text on a black background
contrast 14.00:1
Card sample
#afdfaf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdfaf;
Background color
Panel with #afdfaf background
background-color: #afdfaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdfaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdfaf; background: linear-gradient(135deg, #afdfaf, #AFDFCF);