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