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