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