#b1cfda
a light, soft cyan · cool · closest name: silver
RGB
177, 207, 218
HSL
196°, 36%, 78%
CMYK
19, 5, 0, 15
Luminance
0.5903
Every format
| HEX | #b1cfda |
| RGB | rgb(177, 207, 218) |
| HSL | hsl(196, 36%, 78%) |
| CMYK | cmyk(19%, 5%, 0%, 15%) |
| LAB | lab(81.3 -7.7 -8.8) |
| LCH | lch(81.3 11.7 229.0) |
| OKLCH | oklch(0.836 0.036 222.0) |
Copy-ready code
/* CSS */
color: #b1cfda;
background-color: #b1cfda;
/* Tailwind (arbitrary) */
class="text-[#b1cfda] bg-[#b1cfda]"
/* SCSS */
$brand: #b1cfda;
/* SwiftUI */
Color(red: 0.694, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#b1cfda")Accessibility — WCAG contrast
Aa
#b1cfda on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1cfda on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green81.2%
Blue85.5%
CMYK percentages
Cyan18.8%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#b1cfda text on a black background
contrast 12.81:1
Card sample
#b1cfda text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1cfda;
Background color
Panel with #b1cfda background
background-color: #b1cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1cfda; background: linear-gradient(135deg, #b1cfda, #B1B4DA);