#b0c2af
a light, muted green · cool · closest name: silver
RGB
176, 194, 175
HSL
117°, 14%, 72%
CMYK
9, 0, 10, 24
Luminance
0.5091
Every format
| HEX | #b0c2af |
| RGB | rgb(176, 194, 175) |
| HSL | hsl(117, 14%, 72%) |
| CMYK | cmyk(9%, 0%, 10%, 24%) |
| LAB | lab(76.6 -9.7 7.5) |
| LCH | lch(76.6 12.3 142.5) |
| OKLCH | oklch(0.795 0.033 143.8) |
Copy-ready code
/* CSS */
color: #b0c2af;
background-color: #b0c2af;
/* Tailwind (arbitrary) */
class="text-[#b0c2af] bg-[#b0c2af]"
/* SCSS */
$brand: #b0c2af;
/* SwiftUI */
Color(red: 0.690, green: 0.761, blue: 0.686)
/* Android */
Color.parseColor("#b0c2af")Accessibility — WCAG contrast
Aa
#b0c2af on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0c2af on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green76.1%
Blue68.6%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow9.8%
Key (black)23.9%
Color previews
#b0c2af text on a black background
contrast 11.18:1
Card sample
#b0c2af text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0c2af;
Background color
Panel with #b0c2af background
background-color: #b0c2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0c2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 194, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 194, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0c2af; background: linear-gradient(135deg, #b0c2af, #AFC2BB);