#b5c3af
a light, muted green · cool · closest name: silver
RGB
181, 195, 175
HSL
102°, 14%, 73%
CMYK
7, 0, 10, 24
Luminance
0.5195
Every format
| HEX | #b5c3af |
| RGB | rgb(181, 195, 175) |
| HSL | hsl(102, 14%, 73%) |
| CMYK | cmyk(7%, 0%, 10%, 24%) |
| LAB | lab(77.3 -8.5 8.4) |
| LCH | lch(77.3 12.0 135.3) |
| OKLCH | oklch(0.801 0.032 136.2) |
Copy-ready code
/* CSS */
color: #b5c3af;
background-color: #b5c3af;
/* Tailwind (arbitrary) */
class="text-[#b5c3af] bg-[#b5c3af]"
/* SCSS */
$brand: #b5c3af;
/* SwiftUI */
Color(red: 0.710, green: 0.765, blue: 0.686)
/* Android */
Color.parseColor("#b5c3af")Accessibility — WCAG contrast
Aa
#b5c3af on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5c3af on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green76.5%
Blue68.6%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow10.3%
Key (black)23.5%
Color previews
#b5c3af text on a black background
contrast 11.39:1
Card sample
#b5c3af text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5c3af;
Background color
Panel with #b5c3af background
background-color: #b5c3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5c3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 195, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 195, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5c3af; background: linear-gradient(135deg, #b5c3af, #AFC3B6);