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