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