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