#b0c9b0
a light, soft green · cool · closest name: silver
RGB
176, 201, 176
HSL
120°, 19%, 74%
CMYK
12, 0, 12, 21
Luminance
0.5414
Every format
| HEX | #b0c9b0 |
| RGB | rgb(176, 201, 176) |
| HSL | hsl(120, 19%, 74%) |
| CMYK | cmyk(12%, 0%, 12%, 21%) |
| LAB | lab(78.5 -13.2 9.7) |
| LCH | lch(78.5 16.3 143.7) |
| OKLCH | oklch(0.810 0.044 145.2) |
Copy-ready code
/* CSS */
color: #b0c9b0;
background-color: #b0c9b0;
/* Tailwind (arbitrary) */
class="text-[#b0c9b0] bg-[#b0c9b0]"
/* SCSS */
$brand: #b0c9b0;
/* SwiftUI */
Color(red: 0.690, green: 0.788, blue: 0.690)
/* Android */
Color.parseColor("#b0c9b0")Accessibility — WCAG contrast
Aa
#b0c9b0 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0c9b0 on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green78.8%
Blue69.0%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow12.4%
Key (black)21.2%
Color previews
#b0c9b0 text on a black background
contrast 11.83:1
Card sample
#b0c9b0 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0c9b0;
Background color
Panel with #b0c9b0 background
background-color: #b0c9b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0c9b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 201, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 201, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0c9b0; background: linear-gradient(135deg, #b0c9b0, #B0C9C1);