#b0dbc9
a light, soft green · cool · closest name: silver
RGB
176, 219, 201
HSL
155°, 37%, 78%
CMYK
20, 0, 8, 14
Luminance
0.6411
Every format
| HEX | #b0dbc9 |
| RGB | rgb(176, 219, 201) |
| HSL | hsl(155, 37%, 78%) |
| CMYK | cmyk(20%, 0%, 8%, 14%) |
| LAB | lab(84.0 -17.6 4.2) |
| LCH | lch(84.0 18.1 166.5) |
| OKLCH | oklch(0.856 0.051 167.7) |
Copy-ready code
/* CSS */
color: #b0dbc9;
background-color: #b0dbc9;
/* Tailwind (arbitrary) */
class="text-[#b0dbc9] bg-[#b0dbc9]"
/* SCSS */
$brand: #b0dbc9;
/* SwiftUI */
Color(red: 0.690, green: 0.859, blue: 0.788)
/* Android */
Color.parseColor("#b0dbc9")Accessibility — WCAG contrast
Aa
#b0dbc9 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0dbc9 on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green85.9%
Blue78.8%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow8.2%
Key (black)14.1%
Color previews
#b0dbc9 text on a black background
contrast 13.82:1
Card sample
#b0dbc9 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0dbc9;
Background color
Panel with #b0dbc9 background
background-color: #b0dbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0dbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 219, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 219, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0dbc9; background: linear-gradient(135deg, #b0dbc9, #B0D0DB);