#afbca3
a light, soft green · cool · closest name: silver
RGB
175, 188, 163
HSL
91°, 16%, 69%
CMYK
7, 0, 13, 26
Luminance
0.4772
Every format
| HEX | #afbca3 |
| RGB | rgb(175, 188, 163) |
| HSL | hsl(91, 16%, 69%) |
| CMYK | cmyk(7%, 0%, 13%, 26%) |
| LAB | lab(74.7 -9.1 11.1) |
| LCH | lch(74.7 14.4 129.2) |
| OKLCH | oklch(0.778 0.038 129.8) |
Copy-ready code
/* CSS */
color: #afbca3;
background-color: #afbca3;
/* Tailwind (arbitrary) */
class="text-[#afbca3] bg-[#afbca3]"
/* SCSS */
$brand: #afbca3;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.639)
/* Android */
Color.parseColor("#afbca3")Accessibility — WCAG contrast
Aa
#afbca3 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbca3 on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue63.9%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow13.3%
Key (black)26.3%
Color previews
#afbca3 text on a black background
contrast 10.54:1
Card sample
#afbca3 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbca3;
Background color
Panel with #afbca3 background
background-color: #afbca3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbca3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbca3; background: linear-gradient(135deg, #afbca3, #A3BCA8);