#afccaf
a light, soft green · cool · closest name: silver
RGB
175, 204, 175
HSL
120°, 22%, 74%
CMYK
14, 0, 14, 20
Luminance
0.5539
Every format
| HEX | #afccaf |
| RGB | rgb(175, 204, 175) |
| HSL | hsl(120, 22%, 74%) |
| CMYK | cmyk(14%, 0%, 14%, 20%) |
| LAB | lab(79.3 -15.2 11.2) |
| LCH | lch(79.3 18.9 143.6) |
| OKLCH | oklch(0.816 0.051 145.1) |
Copy-ready code
/* CSS */
color: #afccaf;
background-color: #afccaf;
/* Tailwind (arbitrary) */
class="text-[#afccaf] bg-[#afccaf]"
/* SCSS */
$brand: #afccaf;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#afccaf")Accessibility — WCAG contrast
Aa
#afccaf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afccaf on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue68.6%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow14.2%
Key (black)20.0%
Color previews
#afccaf text on a black background
contrast 12.08:1
Card sample
#afccaf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afccaf;
Background color
Panel with #afccaf background
background-color: #afccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afccaf; background: linear-gradient(135deg, #afccaf, #AFCCC2);