#bfdee4
a light, soft cyan · cool · closest name: silver
RGB
191, 222, 228
HSL
190°, 41%, 82%
CMYK
16, 3, 0, 11
Luminance
0.6892
Every format
| HEX | #bfdee4 |
| RGB | rgb(191, 222, 228) |
| HSL | hsl(190, 41%, 82%) |
| CMYK | cmyk(16%, 3%, 0%, 11%) |
| LAB | lab(86.5 -8.9 -6.4) |
| LCH | lch(86.5 11.0 215.4) |
| OKLCH | oklch(0.880 0.034 210.6) |
Copy-ready code
/* CSS */
color: #bfdee4;
background-color: #bfdee4;
/* Tailwind (arbitrary) */
class="text-[#bfdee4] bg-[#bfdee4]"
/* SCSS */
$brand: #bfdee4;
/* SwiftUI */
Color(red: 0.749, green: 0.871, blue: 0.894)
/* Android */
Color.parseColor("#bfdee4")Accessibility — WCAG contrast
Aa
#bfdee4 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdee4 on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.1%
Blue89.4%
CMYK percentages
Cyan16.2%
Magenta2.6%
Yellow0.0%
Key (black)10.6%
Color previews
#bfdee4 text on a black background
contrast 14.78:1
Card sample
#bfdee4 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdee4;
Background color
Panel with #bfdee4 background
background-color: #bfdee4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdee4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 222, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 222, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdee4; background: linear-gradient(135deg, #bfdee4, #BFC5E4);