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