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