#afccaa
a light, soft green · cool · closest name: beige
RGB
175, 204, 170
HSL
111°, 25%, 73%
CMYK
14, 0, 17, 20
Luminance
0.5520
Every format
| HEX | #afccaa |
| RGB | rgb(175, 204, 170) |
| HSL | hsl(111, 25%, 73%) |
| CMYK | cmyk(14%, 0%, 17%, 20%) |
| LAB | lab(79.2 -16.1 13.8) |
| LCH | lch(79.2 21.2 139.5) |
| OKLCH | oklch(0.815 0.056 141.0) |
Copy-ready code
/* CSS */
color: #afccaa;
background-color: #afccaa;
/* Tailwind (arbitrary) */
class="text-[#afccaa] bg-[#afccaa]"
/* SCSS */
$brand: #afccaa;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.667)
/* Android */
Color.parseColor("#afccaa")Accessibility — WCAG contrast
Aa
#afccaa on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afccaa on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue66.7%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow16.7%
Key (black)20.0%
Color previews
#afccaa text on a black background
contrast 12.04:1
Card sample
#afccaa text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afccaa;
Background color
Panel with #afccaa background
background-color: #afccaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afccaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afccaa; background: linear-gradient(135deg, #afccaa, #AACCBC);