#b7c4af
a light, soft green · cool · closest name: silver
RGB
183, 196, 175
HSL
97°, 15%, 73%
CMYK
7, 0, 11, 23
Luminance
0.5264
Every format
| HEX | #b7c4af |
| RGB | rgb(183, 196, 175) |
| HSL | hsl(97, 15%, 73%) |
| CMYK | cmyk(7%, 0%, 11%, 23%) |
| LAB | lab(77.7 -8.3 9.0) |
| LCH | lch(77.7 12.3 132.7) |
| OKLCH | oklch(0.804 0.032 133.4) |
Copy-ready code
/* CSS */
color: #b7c4af;
background-color: #b7c4af;
/* Tailwind (arbitrary) */
class="text-[#b7c4af] bg-[#b7c4af]"
/* SCSS */
$brand: #b7c4af;
/* SwiftUI */
Color(red: 0.718, green: 0.769, blue: 0.686)
/* Android */
Color.parseColor("#b7c4af")Accessibility — WCAG contrast
Aa
#b7c4af on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7c4af on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green76.9%
Blue68.6%
CMYK percentages
Cyan6.6%
Magenta0.0%
Yellow10.7%
Key (black)23.1%
Color previews
#b7c4af text on a black background
contrast 11.53:1
Card sample
#b7c4af text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7c4af;
Background color
Panel with #b7c4af background
background-color: #b7c4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7c4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 196, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 196, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7c4af; background: linear-gradient(135deg, #b7c4af, #AFC4B5);