#bfe9fd
a pale, electric cyan · cool · closest name: lavender
RGB
191, 233, 253
HSL
199°, 94%, 87%
CMYK
25, 8, 0, 1
Luminance
0.7645
Every format
| HEX | #bfe9fd |
| RGB | rgb(191, 233, 253) |
| HSL | hsl(199, 94%, 87%) |
| CMYK | cmyk(25%, 8%, 0%, 1%) |
| LAB | lab(90.1 -9.2 -14.1) |
| LCH | lch(90.1 16.9 236.9) |
| OKLCH | oklch(0.911 0.051 228.4) |
Copy-ready code
/* CSS */
color: #bfe9fd;
background-color: #bfe9fd;
/* Tailwind (arbitrary) */
class="text-[#bfe9fd] bg-[#bfe9fd]"
/* SCSS */
$brand: #bfe9fd;
/* SwiftUI */
Color(red: 0.749, green: 0.914, blue: 0.992)
/* Android */
Color.parseColor("#bfe9fd")Accessibility — WCAG contrast
Aa
#bfe9fd on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe9fd on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green91.4%
Blue99.2%
CMYK percentages
Cyan24.5%
Magenta7.9%
Yellow0.0%
Key (black)0.8%
Color previews
#bfe9fd text on a black background
contrast 16.29:1
Card sample
#bfe9fd text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe9fd;
Background color
Panel with #bfe9fd background
background-color: #bfe9fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe9fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 233, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 233, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe9fd; background: linear-gradient(135deg, #bfe9fd, #BFC0FD);