#afbcae
a light, muted green · cool · closest name: silver
RGB
175, 188, 174
HSL
116°, 10%, 71%
CMYK
7, 0, 7, 26
Luminance
0.4814
Every format
| HEX | #afbcae |
| RGB | rgb(175, 188, 174) |
| HSL | hsl(116, 10%, 71%) |
| CMYK | cmyk(7%, 0%, 7%, 26%) |
| LAB | lab(74.9 -7.1 5.5) |
| LCH | lch(74.9 9.0 142.2) |
| OKLCH | oklch(0.781 0.024 143.3) |
Copy-ready code
/* CSS */
color: #afbcae;
background-color: #afbcae;
/* Tailwind (arbitrary) */
class="text-[#afbcae] bg-[#afbcae]"
/* SCSS */
$brand: #afbcae;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.682)
/* Android */
Color.parseColor("#afbcae")Accessibility — WCAG contrast
Aa
#afbcae on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbcae on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue68.2%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow7.4%
Key (black)26.3%
Color previews
#afbcae text on a black background
contrast 10.63:1
Card sample
#afbcae text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbcae;
Background color
Panel with #afbcae background
background-color: #afbcae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbcae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbcae; background: linear-gradient(135deg, #afbcae, #AEBCB6);