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