#afcc90
a light, soft green · cool · closest name: khaki
RGB
175, 204, 144
HSL
89°, 37%, 68%
CMYK
14, 0, 29, 20
Luminance
0.5431
Every format
| HEX | #afcc90 |
| RGB | rgb(175, 204, 144) |
| HSL | hsl(89, 37%, 68%) |
| CMYK | cmyk(14%, 0%, 29%, 20%) |
| LAB | lab(78.6 -20.3 26.8) |
| LCH | lch(78.6 33.6 127.1) |
| OKLCH | oklch(0.809 0.087 129.1) |
Copy-ready code
/* CSS */
color: #afcc90;
background-color: #afcc90;
/* Tailwind (arbitrary) */
class="text-[#afcc90] bg-[#afcc90]"
/* SCSS */
$brand: #afcc90;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.565)
/* Android */
Color.parseColor("#afcc90")Accessibility — WCAG contrast
Aa
#afcc90 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcc90 on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue56.5%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow29.4%
Key (black)20.0%
Color previews
#afcc90 text on a black background
contrast 11.86:1
Card sample
#afcc90 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcc90;
Background color
Panel with #afcc90 background
background-color: #afcc90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcc90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcc90; background: linear-gradient(135deg, #afcc90, #90CC99);