#b7c2af
a light, muted green · cool · closest name: silver
RGB
183, 194, 175
HSL
95°, 14%, 72%
CMYK
6, 0, 10, 24
Luminance
0.5175
Every format
| HEX | #b7c2af |
| RGB | rgb(183, 194, 175) |
| HSL | hsl(95, 14%, 72%) |
| CMYK | cmyk(6%, 0%, 10%, 24%) |
| LAB | lab(77.1 -7.3 8.3) |
| LCH | lch(77.1 11.0 131.4) |
| OKLCH | oklch(0.800 0.029 131.9) |
Copy-ready code
/* CSS */
color: #b7c2af;
background-color: #b7c2af;
/* Tailwind (arbitrary) */
class="text-[#b7c2af] bg-[#b7c2af]"
/* SCSS */
$brand: #b7c2af;
/* SwiftUI */
Color(red: 0.718, green: 0.761, blue: 0.686)
/* Android */
Color.parseColor("#b7c2af")Accessibility — WCAG contrast
Aa
#b7c2af on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7c2af on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green76.1%
Blue68.6%
CMYK percentages
Cyan5.7%
Magenta0.0%
Yellow9.8%
Key (black)23.9%
Color previews
#b7c2af text on a black background
contrast 11.35:1
Card sample
#b7c2af text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7c2af;
Background color
Panel with #b7c2af background
background-color: #b7c2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7c2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 194, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 194, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7c2af; background: linear-gradient(135deg, #b7c2af, #AFC2B4);