#b0c3af
a light, muted green · cool · closest name: silver
RGB
176, 195, 175
HSL
117°, 14%, 73%
CMYK
10, 0, 10, 24
Luminance
0.5136
Every format
| HEX | #b0c3af |
| RGB | rgb(176, 195, 175) |
| HSL | hsl(117, 14%, 73%) |
| CMYK | cmyk(10%, 0%, 10%, 24%) |
| LAB | lab(76.9 -10.3 7.9) |
| LCH | lch(76.9 12.9 142.5) |
| OKLCH | oklch(0.797 0.035 143.9) |
Copy-ready code
/* CSS */
color: #b0c3af;
background-color: #b0c3af;
/* Tailwind (arbitrary) */
class="text-[#b0c3af] bg-[#b0c3af]"
/* SCSS */
$brand: #b0c3af;
/* SwiftUI */
Color(red: 0.690, green: 0.765, blue: 0.686)
/* Android */
Color.parseColor("#b0c3af")Accessibility — WCAG contrast
Aa
#b0c3af on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0c3af on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green76.5%
Blue68.6%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow10.3%
Key (black)23.5%
Color previews
#b0c3af text on a black background
contrast 11.27:1
Card sample
#b0c3af text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0c3af;
Background color
Panel with #b0c3af background
background-color: #b0c3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0c3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 195, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 195, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0c3af; background: linear-gradient(135deg, #b0c3af, #AFC3BB);