#bfdfe3
a light, soft cyan · cool · closest name: silver
RGB
191, 223, 227
HSL
187°, 39%, 82%
CMYK
16, 2, 0, 11
Luminance
0.6940
Every format
| HEX | #bfdfe3 |
| RGB | rgb(191, 223, 227) |
| HSL | hsl(187, 39%, 82%) |
| CMYK | cmyk(16%, 2%, 0%, 11%) |
| LAB | lab(86.7 -9.7 -5.5) |
| LCH | lch(86.7 11.1 209.6) |
| OKLCH | oklch(0.882 0.034 205.8) |
Copy-ready code
/* CSS */
color: #bfdfe3;
background-color: #bfdfe3;
/* Tailwind (arbitrary) */
class="text-[#bfdfe3] bg-[#bfdfe3]"
/* SCSS */
$brand: #bfdfe3;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.890)
/* Android */
Color.parseColor("#bfdfe3")Accessibility — WCAG contrast
Aa
#bfdfe3 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdfe3 on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue89.0%
CMYK percentages
Cyan15.9%
Magenta1.8%
Yellow0.0%
Key (black)11.0%
Color previews
#bfdfe3 text on a black background
contrast 14.88:1
Card sample
#bfdfe3 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdfe3;
Background color
Panel with #bfdfe3 background
background-color: #bfdfe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdfe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdfe3; background: linear-gradient(135deg, #bfdfe3, #BFC7E3);