#afbbae
a light, muted green · cool · closest name: silver
RGB
175, 187, 174
HSL
115°, 9%, 71%
CMYK
6, 0, 7, 27
Luminance
0.4771
Every format
| HEX | #afbbae |
| RGB | rgb(175, 187, 174) |
| HSL | hsl(115, 9%, 71%) |
| CMYK | cmyk(6%, 0%, 7%, 27%) |
| LAB | lab(74.6 -6.6 5.2) |
| LCH | lch(74.6 8.4 142.0) |
| OKLCH | oklch(0.779 0.022 143.2) |
Copy-ready code
/* CSS */
color: #afbbae;
background-color: #afbbae;
/* Tailwind (arbitrary) */
class="text-[#afbbae] bg-[#afbbae]"
/* SCSS */
$brand: #afbbae;
/* SwiftUI */
Color(red: 0.686, green: 0.733, blue: 0.682)
/* Android */
Color.parseColor("#afbbae")Accessibility — WCAG contrast
Aa
#afbbae on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbbae on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.3%
Blue68.2%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow7.0%
Key (black)26.7%
Color previews
#afbbae text on a black background
contrast 10.54:1
Card sample
#afbbae text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbbae;
Background color
Panel with #afbbae background
background-color: #afbbae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbbae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 187, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 187, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbbae; background: linear-gradient(135deg, #afbbae, #AEBBB6);