#bfdee2
a light, soft cyan · cool · closest name: silver
RGB
191, 222, 226
HSL
187°, 38%, 82%
CMYK
16, 2, 0, 11
Luminance
0.6881
Every format
| HEX | #bfdee2 |
| RGB | rgb(191, 222, 226) |
| HSL | hsl(187, 38%, 82%) |
| CMYK | cmyk(16%, 2%, 0%, 11%) |
| LAB | lab(86.4 -9.3 -5.4) |
| LCH | lch(86.4 10.8 210.0) |
| OKLCH | oklch(0.879 0.033 206.1) |
Copy-ready code
/* CSS */
color: #bfdee2;
background-color: #bfdee2;
/* Tailwind (arbitrary) */
class="text-[#bfdee2] bg-[#bfdee2]"
/* SCSS */
$brand: #bfdee2;
/* SwiftUI */
Color(red: 0.749, green: 0.871, blue: 0.886)
/* Android */
Color.parseColor("#bfdee2")Accessibility — WCAG contrast
Aa
#bfdee2 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdee2 on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.1%
Blue88.6%
CMYK percentages
Cyan15.5%
Magenta1.8%
Yellow0.0%
Key (black)11.4%
Color previews
#bfdee2 text on a black background
contrast 14.76:1
Card sample
#bfdee2 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdee2;
Background color
Panel with #bfdee2 background
background-color: #bfdee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 222, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 222, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdee2; background: linear-gradient(135deg, #bfdee2, #BFC7E2);