#afbda8
a light, muted green · cool · closest name: silver
RGB
175, 189, 168
HSL
100°, 14%, 70%
CMYK
7, 0, 11, 26
Luminance
0.4834
Every format
| HEX | #afbda8 |
| RGB | rgb(175, 189, 168) |
| HSL | hsl(100, 14%, 70%) |
| CMYK | cmyk(7%, 0%, 11%, 26%) |
| LAB | lab(75.0 -8.7 9.0) |
| LCH | lch(75.0 12.5 134.2) |
| OKLCH | oklch(0.782 0.033 135.0) |
Copy-ready code
/* CSS */
color: #afbda8;
background-color: #afbda8;
/* Tailwind (arbitrary) */
class="text-[#afbda8] bg-[#afbda8]"
/* SCSS */
$brand: #afbda8;
/* SwiftUI */
Color(red: 0.686, green: 0.741, blue: 0.659)
/* Android */
Color.parseColor("#afbda8")Accessibility — WCAG contrast
Aa
#afbda8 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbda8 on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.1%
Blue65.9%
CMYK percentages
Cyan7.4%
Magenta0.0%
Yellow11.1%
Key (black)25.9%
Color previews
#afbda8 text on a black background
contrast 10.67:1
Card sample
#afbda8 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbda8;
Background color
Panel with #afbda8 background
background-color: #afbda8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbda8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 189, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 189, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbda8; background: linear-gradient(135deg, #afbda8, #A8BDAF);