#b7dbc9
a light, soft green · cool · closest name: silver
RGB
183, 219, 201
HSL
150°, 33%, 79%
CMYK
16, 0, 8, 14
Luminance
0.6495
Every format
| HEX | #b7dbc9 |
| RGB | rgb(183, 219, 201) |
| HSL | hsl(150, 33%, 79%) |
| CMYK | cmyk(16%, 0%, 8%, 14%) |
| LAB | lab(84.5 -15.3 4.9) |
| LCH | lch(84.5 16.1 162.2) |
| OKLCH | oklch(0.860 0.045 163.7) |
Copy-ready code
/* CSS */
color: #b7dbc9;
background-color: #b7dbc9;
/* Tailwind (arbitrary) */
class="text-[#b7dbc9] bg-[#b7dbc9]"
/* SCSS */
$brand: #b7dbc9;
/* SwiftUI */
Color(red: 0.718, green: 0.859, blue: 0.788)
/* Android */
Color.parseColor("#b7dbc9")Accessibility — WCAG contrast
Aa
#b7dbc9 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7dbc9 on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green85.9%
Blue78.8%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow8.2%
Key (black)14.1%
Color previews
#b7dbc9 text on a black background
contrast 13.99:1
Card sample
#b7dbc9 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7dbc9;
Background color
Panel with #b7dbc9 background
background-color: #b7dbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7dbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 219, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 219, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7dbc9; background: linear-gradient(135deg, #b7dbc9, #B7D5DB);