#bfdfee
a light, vivid cyan · cool · closest name: lavender
RGB
191, 223, 238
HSL
199°, 58%, 84%
CMYK
20, 6, 0, 7
Luminance
0.7002
Every format
| HEX | #bfdfee |
| RGB | rgb(191, 223, 238) |
| HSL | hsl(199, 58%, 84%) |
| CMYK | cmyk(20%, 6%, 0%, 7%) |
| LAB | lab(87.0 -7.3 -10.8) |
| LCH | lch(87.0 13.1 235.8) |
| OKLCH | oklch(0.885 0.040 227.8) |
Copy-ready code
/* CSS */
color: #bfdfee;
background-color: #bfdfee;
/* Tailwind (arbitrary) */
class="text-[#bfdfee] bg-[#bfdfee]"
/* SCSS */
$brand: #bfdfee;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#bfdfee")Accessibility — WCAG contrast
Aa
#bfdfee on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdfee on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue93.3%
CMYK percentages
Cyan19.7%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#bfdfee text on a black background
contrast 15.00:1
Card sample
#bfdfee text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdfee;
Background color
Panel with #bfdfee background
background-color: #bfdfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdfee; background: linear-gradient(135deg, #bfdfee, #BFC0EE);