#afbba3
a light, soft green · cool · closest name: silver
RGB
175, 187, 163
HSL
90°, 15%, 69%
CMYK
6, 0, 13, 27
Luminance
0.4730
Every format
| HEX | #afbba3 |
| RGB | rgb(175, 187, 163) |
| HSL | hsl(90, 15%, 69%) |
| CMYK | cmyk(6%, 0%, 13%, 27%) |
| LAB | lab(74.4 -8.6 10.8) |
| LCH | lch(74.4 13.7 128.5) |
| OKLCH | oklch(0.776 0.036 129.0) |
Copy-ready code
/* CSS */
color: #afbba3;
background-color: #afbba3;
/* Tailwind (arbitrary) */
class="text-[#afbba3] bg-[#afbba3]"
/* SCSS */
$brand: #afbba3;
/* SwiftUI */
Color(red: 0.686, green: 0.733, blue: 0.639)
/* Android */
Color.parseColor("#afbba3")Accessibility — WCAG contrast
Aa
#afbba3 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbba3 on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.3%
Blue63.9%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow12.8%
Key (black)26.7%
Color previews
#afbba3 text on a black background
contrast 10.46:1
Card sample
#afbba3 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbba3;
Background color
Panel with #afbba3 background
background-color: #afbba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 187, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 187, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbba3; background: linear-gradient(135deg, #afbba3, #A3BBA7);