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