#afccac
a light, soft green · cool · closest name: silver
RGB
175, 204, 172
HSL
114°, 24%, 74%
CMYK
14, 0, 16, 20
Luminance
0.5528
Every format
| HEX | #afccac |
| RGB | rgb(175, 204, 172) |
| HSL | hsl(114, 24%, 74%) |
| CMYK | cmyk(14%, 0%, 16%, 20%) |
| LAB | lab(79.2 -15.8 12.7) |
| LCH | lch(79.2 20.3 141.0) |
| OKLCH | oklch(0.815 0.054 142.5) |
Copy-ready code
/* CSS */
color: #afccac;
background-color: #afccac;
/* Tailwind (arbitrary) */
class="text-[#afccac] bg-[#afccac]"
/* SCSS */
$brand: #afccac;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.675)
/* Android */
Color.parseColor("#afccac")Accessibility — WCAG contrast
Aa
#afccac on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afccac on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue67.5%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow15.7%
Key (black)20.0%
Color previews
#afccac text on a black background
contrast 12.06:1
Card sample
#afccac text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afccac;
Background color
Panel with #afccac background
background-color: #afccac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afccac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afccac; background: linear-gradient(135deg, #afccac, #ACCCBE);