#afb69b
a light, soft green · cool · closest name: silver
RGB
175, 182, 155
HSL
76°, 16%, 66%
CMYK
4, 0, 15, 29
Luminance
0.4494
Every format
| HEX | #afb69b |
| RGB | rgb(175, 182, 155) |
| HSL | hsl(76, 16%, 66%) |
| CMYK | cmyk(4%, 0%, 15%, 29%) |
| LAB | lab(72.8 -7.3 12.9) |
| LCH | lch(72.8 14.8 119.3) |
| OKLCH | oklch(0.763 0.038 119.1) |
Copy-ready code
/* CSS */
color: #afb69b;
background-color: #afb69b;
/* Tailwind (arbitrary) */
class="text-[#afb69b] bg-[#afb69b]"
/* SCSS */
$brand: #afb69b;
/* SwiftUI */
Color(red: 0.686, green: 0.714, blue: 0.608)
/* Android */
Color.parseColor("#afb69b")Accessibility — WCAG contrast
Aa
#afb69b on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb69b on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.4%
Blue60.8%
CMYK percentages
Cyan3.8%
Magenta0.0%
Yellow14.8%
Key (black)28.6%
Color previews
#afb69b text on a black background
contrast 9.99:1
Card sample
#afb69b text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb69b;
Background color
Panel with #afb69b background
background-color: #afb69b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb69b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 182, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 182, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb69b; background: linear-gradient(135deg, #afb69b, #9DB69B);