#b0cbaf
a light, soft green · cool · closest name: silver
RGB
176, 203, 175
HSL
118°, 21%, 74%
CMYK
13, 0, 14, 20
Luminance
0.5504
Every format
| HEX | #b0cbaf |
| RGB | rgb(176, 203, 175) |
| HSL | hsl(118, 21%, 74%) |
| CMYK | cmyk(13%, 0%, 14%, 20%) |
| LAB | lab(79.1 -14.4 10.9) |
| LCH | lch(79.1 18.1 142.7) |
| OKLCH | oklch(0.814 0.049 144.2) |
Copy-ready code
/* CSS */
color: #b0cbaf;
background-color: #b0cbaf;
/* Tailwind (arbitrary) */
class="text-[#b0cbaf] bg-[#b0cbaf]"
/* SCSS */
$brand: #b0cbaf;
/* SwiftUI */
Color(red: 0.690, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#b0cbaf")Accessibility — WCAG contrast
Aa
#b0cbaf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0cbaf on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green79.6%
Blue68.6%
CMYK percentages
Cyan13.3%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#b0cbaf text on a black background
contrast 12.01:1
Card sample
#b0cbaf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0cbaf;
Background color
Panel with #b0cbaf background
background-color: #b0cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0cbaf; background: linear-gradient(135deg, #b0cbaf, #AFCBC1);