#b4cfda
a light, soft cyan · cool · closest name: silver
RGB
180, 207, 218
HSL
197°, 34%, 78%
CMYK
17, 5, 0, 15
Luminance
0.5939
Every format
| HEX | #b4cfda |
| RGB | rgb(180, 207, 218) |
| HSL | hsl(197, 34%, 78%) |
| CMYK | cmyk(17%, 5%, 0%, 15%) |
| LAB | lab(81.5 -6.7 -8.5) |
| LCH | lch(81.5 10.8 231.6) |
| OKLCH | oklch(0.838 0.033 224.3) |
Copy-ready code
/* CSS */
color: #b4cfda;
background-color: #b4cfda;
/* Tailwind (arbitrary) */
class="text-[#b4cfda] bg-[#b4cfda]"
/* SCSS */
$brand: #b4cfda;
/* SwiftUI */
Color(red: 0.706, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#b4cfda")Accessibility — WCAG contrast
Aa
#b4cfda on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4cfda on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green81.2%
Blue85.5%
CMYK percentages
Cyan17.4%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#b4cfda text on a black background
contrast 12.88:1
Card sample
#b4cfda text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4cfda;
Background color
Panel with #b4cfda background
background-color: #b4cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4cfda; background: linear-gradient(135deg, #b4cfda, #B4B6DA);