#b4d4cf
a light, soft cyan · cool · closest name: silver
RGB
180, 212, 207
HSL
171°, 27%, 77%
CMYK
15, 0, 2, 17
Luminance
0.6130
Every format
| HEX | #b4d4cf |
| RGB | rgb(180, 212, 207) |
| HSL | hsl(171, 27%, 77%) |
| CMYK | cmyk(15%, 0%, 2%, 17%) |
| LAB | lab(82.5 -11.6 -1.1) |
| LCH | lch(82.5 11.6 185.3) |
| OKLCH | oklch(0.845 0.035 185.1) |
Copy-ready code
/* CSS */
color: #b4d4cf;
background-color: #b4d4cf;
/* Tailwind (arbitrary) */
class="text-[#b4d4cf] bg-[#b4d4cf]"
/* SCSS */
$brand: #b4d4cf;
/* SwiftUI */
Color(red: 0.706, green: 0.831, blue: 0.812)
/* Android */
Color.parseColor("#b4d4cf")Accessibility — WCAG contrast
Aa
#b4d4cf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4d4cf on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green83.1%
Blue81.2%
CMYK percentages
Cyan15.1%
Magenta0.0%
Yellow2.4%
Key (black)16.9%
Color previews
#b4d4cf text on a black background
contrast 13.26:1
Card sample
#b4d4cf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4d4cf;
Background color
Panel with #b4d4cf background
background-color: #b4d4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4d4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 212, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 212, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4d4cf; background: linear-gradient(135deg, #b4d4cf, #B4C4D4);