#b3c3af
a light, muted green · cool · closest name: silver
RGB
179, 195, 175
HSL
108°, 14%, 73%
CMYK
8, 0, 10, 24
Luminance
0.5171
Every format
| HEX | #b3c3af |
| RGB | rgb(179, 195, 175) |
| HSL | hsl(108, 14%, 73%) |
| CMYK | cmyk(8%, 0%, 10%, 24%) |
| LAB | lab(77.1 -9.2 8.2) |
| LCH | lch(77.1 12.3 138.4) |
| OKLCH | oklch(0.799 0.033 139.4) |
Copy-ready code
/* CSS */
color: #b3c3af;
background-color: #b3c3af;
/* Tailwind (arbitrary) */
class="text-[#b3c3af] bg-[#b3c3af]"
/* SCSS */
$brand: #b3c3af;
/* SwiftUI */
Color(red: 0.702, green: 0.765, blue: 0.686)
/* Android */
Color.parseColor("#b3c3af")Accessibility — WCAG contrast
Aa
#b3c3af on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3c3af on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green76.5%
Blue68.6%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow10.3%
Key (black)23.5%
Color previews
#b3c3af text on a black background
contrast 11.34:1
Card sample
#b3c3af text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3c3af;
Background color
Panel with #b3c3af background
background-color: #b3c3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3c3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 195, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 195, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3c3af; background: linear-gradient(135deg, #b3c3af, #AFC3B8);