#b3c2af
a light, muted green · cool · closest name: silver
RGB
179, 194, 175
HSL
107°, 14%, 72%
CMYK
8, 0, 10, 24
Luminance
0.5126
Every format
| HEX | #b3c2af |
| RGB | rgb(179, 194, 175) |
| HSL | hsl(107, 14%, 72%) |
| CMYK | cmyk(8%, 0%, 10%, 24%) |
| LAB | lab(76.8 -8.7 7.8) |
| LCH | lch(76.8 11.7 138.1) |
| OKLCH | oklch(0.797 0.031 139.1) |
Copy-ready code
/* CSS */
color: #b3c2af;
background-color: #b3c2af;
/* Tailwind (arbitrary) */
class="text-[#b3c2af] bg-[#b3c2af]"
/* SCSS */
$brand: #b3c2af;
/* SwiftUI */
Color(red: 0.702, green: 0.761, blue: 0.686)
/* Android */
Color.parseColor("#b3c2af")Accessibility — WCAG contrast
Aa
#b3c2af on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3c2af on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green76.1%
Blue68.6%
CMYK percentages
Cyan7.7%
Magenta0.0%
Yellow9.8%
Key (black)23.9%
Color previews
#b3c2af text on a black background
contrast 11.25:1
Card sample
#b3c2af text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3c2af;
Background color
Panel with #b3c2af background
background-color: #b3c2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3c2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 194, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 194, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3c2af; background: linear-gradient(135deg, #b3c2af, #AFC2B8);