#b4cfdc
a light, soft cyan · cool · closest name: silver
RGB
180, 207, 220
HSL
200°, 36%, 78%
CMYK
18, 6, 0, 14
Luminance
0.5950
Every format
| HEX | #b4cfdc |
| RGB | rgb(180, 207, 220) |
| HSL | hsl(200, 36%, 78%) |
| CMYK | cmyk(18%, 6%, 0%, 14%) |
| LAB | lab(81.6 -6.3 -9.5) |
| LCH | lch(81.6 11.4 236.4) |
| OKLCH | oklch(0.839 0.034 228.4) |
Copy-ready code
/* CSS */
color: #b4cfdc;
background-color: #b4cfdc;
/* Tailwind (arbitrary) */
class="text-[#b4cfdc] bg-[#b4cfdc]"
/* SCSS */
$brand: #b4cfdc;
/* SwiftUI */
Color(red: 0.706, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#b4cfdc")Accessibility — WCAG contrast
Aa
#b4cfdc on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4cfdc on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green81.2%
Blue86.3%
CMYK percentages
Cyan18.2%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#b4cfdc text on a black background
contrast 12.90:1
Card sample
#b4cfdc text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4cfdc;
Background color
Panel with #b4cfdc background
background-color: #b4cfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4cfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4cfdc; background: linear-gradient(135deg, #b4cfdc, #B4B4DC);