#b0ccba
a light, soft green · cool · closest name: silver
RGB
176, 204, 186
HSL
141°, 22%, 75%
CMYK
14, 0, 9, 20
Luminance
0.5596
Every format
| HEX | #b0ccba |
| RGB | rgb(176, 204, 186) |
| HSL | hsl(141, 22%, 75%) |
| CMYK | cmyk(14%, 0%, 9%, 20%) |
| LAB | lab(79.6 -12.9 5.8) |
| LCH | lch(79.6 14.1 155.7) |
| OKLCH | oklch(0.819 0.039 157.2) |
Copy-ready code
/* CSS */
color: #b0ccba;
background-color: #b0ccba;
/* Tailwind (arbitrary) */
class="text-[#b0ccba] bg-[#b0ccba]"
/* SCSS */
$brand: #b0ccba;
/* SwiftUI */
Color(red: 0.690, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#b0ccba")Accessibility — WCAG contrast
Aa
#b0ccba on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ccba on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green80.0%
Blue72.9%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow8.8%
Key (black)20.0%
Color previews
#b0ccba text on a black background
contrast 12.19:1
Card sample
#b0ccba text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ccba;
Background color
Panel with #b0ccba background
background-color: #b0ccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ccba; background: linear-gradient(135deg, #b0ccba, #B0CBCC);