#b5dbc9
a light, soft green · cool · closest name: silver
RGB
181, 219, 201
HSL
152°, 35%, 78%
CMYK
17, 0, 8, 14
Luminance
0.6470
Every format
| HEX | #b5dbc9 |
| RGB | rgb(181, 219, 201) |
| HSL | hsl(152, 35%, 78%) |
| CMYK | cmyk(17%, 0%, 8%, 14%) |
| LAB | lab(84.3 -16.0 4.7) |
| LCH | lch(84.3 16.7 163.5) |
| OKLCH | oklch(0.859 0.047 165.0) |
Copy-ready code
/* CSS */
color: #b5dbc9;
background-color: #b5dbc9;
/* Tailwind (arbitrary) */
class="text-[#b5dbc9] bg-[#b5dbc9]"
/* SCSS */
$brand: #b5dbc9;
/* SwiftUI */
Color(red: 0.710, green: 0.859, blue: 0.788)
/* Android */
Color.parseColor("#b5dbc9")Accessibility — WCAG contrast
Aa
#b5dbc9 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5dbc9 on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green85.9%
Blue78.8%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow8.2%
Key (black)14.1%
Color previews
#b5dbc9 text on a black background
contrast 13.94:1
Card sample
#b5dbc9 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5dbc9;
Background color
Panel with #b5dbc9 background
background-color: #b5dbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5dbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 219, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 219, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5dbc9; background: linear-gradient(135deg, #b5dbc9, #B5D4DB);