#b4dcd3
a light, soft cyan · cool · closest name: silver
RGB
180, 220, 211
HSL
167°, 36%, 78%
CMYK
18, 0, 4, 14
Luminance
0.6559
Every format
| HEX | #b4dcd3 |
| RGB | rgb(180, 220, 211) |
| HSL | hsl(167, 36%, 78%) |
| CMYK | cmyk(18%, 0%, 4%, 14%) |
| LAB | lab(84.8 -14.8 0.1) |
| LCH | lch(84.8 14.8 179.7) |
| OKLCH | oklch(0.863 0.044 180.0) |
Copy-ready code
/* CSS */
color: #b4dcd3;
background-color: #b4dcd3;
/* Tailwind (arbitrary) */
class="text-[#b4dcd3] bg-[#b4dcd3]"
/* SCSS */
$brand: #b4dcd3;
/* SwiftUI */
Color(red: 0.706, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#b4dcd3")Accessibility — WCAG contrast
Aa
#b4dcd3 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4dcd3 on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green86.3%
Blue82.7%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow4.1%
Key (black)13.7%
Color previews
#b4dcd3 text on a black background
contrast 14.12:1
Card sample
#b4dcd3 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4dcd3;
Background color
Panel with #b4dcd3 background
background-color: #b4dcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4dcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4dcd3; background: linear-gradient(135deg, #b4dcd3, #B4CADC);