#b8dbcf
a light, soft green · cool · closest name: silver
RGB
184, 219, 207
HSL
159°, 33%, 79%
CMYK
16, 0, 6, 14
Luminance
0.6536
Every format
| HEX | #b8dbcf |
| RGB | rgb(184, 219, 207) |
| HSL | hsl(159, 33%, 79%) |
| CMYK | cmyk(16%, 0%, 6%, 14%) |
| LAB | lab(84.7 -13.8 2.0) |
| LCH | lch(84.7 14.0 171.6) |
| OKLCH | oklch(0.863 0.041 172.6) |
Copy-ready code
/* CSS */
color: #b8dbcf;
background-color: #b8dbcf;
/* Tailwind (arbitrary) */
class="text-[#b8dbcf] bg-[#b8dbcf]"
/* SCSS */
$brand: #b8dbcf;
/* SwiftUI */
Color(red: 0.722, green: 0.859, blue: 0.812)
/* Android */
Color.parseColor("#b8dbcf")Accessibility — WCAG contrast
Aa
#b8dbcf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8dbcf on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green85.9%
Blue81.2%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow5.5%
Key (black)14.1%
Color previews
#b8dbcf text on a black background
contrast 14.07:1
Card sample
#b8dbcf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8dbcf;
Background color
Panel with #b8dbcf background
background-color: #b8dbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8dbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 219, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 219, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8dbcf; background: linear-gradient(135deg, #b8dbcf, #B8D0DB);