#b4dbdf
a light, soft cyan · cool · closest name: silver
RGB
180, 219, 223
HSL
186°, 40%, 79%
CMYK
19, 2, 0, 13
Luminance
0.6569
Every format
| HEX | #b4dbdf |
| RGB | rgb(180, 219, 223) |
| HSL | hsl(186, 40%, 79%) |
| CMYK | cmyk(19%, 2%, 0%, 13%) |
| LAB | lab(84.8 -11.8 -6.2) |
| LCH | lch(84.8 13.4 207.6) |
| OKLCH | oklch(0.865 0.041 204.1) |
Copy-ready code
/* CSS */
color: #b4dbdf;
background-color: #b4dbdf;
/* Tailwind (arbitrary) */
class="text-[#b4dbdf] bg-[#b4dbdf]"
/* SCSS */
$brand: #b4dbdf;
/* SwiftUI */
Color(red: 0.706, green: 0.859, blue: 0.875)
/* Android */
Color.parseColor("#b4dbdf")Accessibility — WCAG contrast
Aa
#b4dbdf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4dbdf on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green85.9%
Blue87.5%
CMYK percentages
Cyan19.3%
Magenta1.8%
Yellow0.0%
Key (black)12.5%
Color previews
#b4dbdf text on a black background
contrast 14.14:1
Card sample
#b4dbdf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4dbdf;
Background color
Panel with #b4dbdf background
background-color: #b4dbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4dbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 219, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 219, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4dbdf; background: linear-gradient(135deg, #b4dbdf, #B4BEDF);