#b0cdbf
a light, soft green · cool · closest name: silver
RGB
176, 205, 191
HSL
151°, 23%, 75%
CMYK
14, 0, 7, 20
Luminance
0.5665
Every format
| HEX | #b0cdbf |
| RGB | rgb(176, 205, 191) |
| HSL | hsl(151, 23%, 75%) |
| CMYK | cmyk(14%, 0%, 7%, 20%) |
| LAB | lab(80.0 -12.4 3.7) |
| LCH | lch(80.0 13.0 163.4) |
| OKLCH | oklch(0.823 0.037 164.8) |
Copy-ready code
/* CSS */
color: #b0cdbf;
background-color: #b0cdbf;
/* Tailwind (arbitrary) */
class="text-[#b0cdbf] bg-[#b0cdbf]"
/* SCSS */
$brand: #b0cdbf;
/* SwiftUI */
Color(red: 0.690, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#b0cdbf")Accessibility — WCAG contrast
Aa
#b0cdbf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0cdbf on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green80.4%
Blue74.9%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow6.8%
Key (black)19.6%
Color previews
#b0cdbf text on a black background
contrast 12.33:1
Card sample
#b0cdbf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0cdbf;
Background color
Panel with #b0cdbf background
background-color: #b0cdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0cdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0cdbf; background: linear-gradient(135deg, #b0cdbf, #B0C8CD);