#bfeefd
a pale, electric cyan · cool · closest name: skyblue
RGB
191, 238, 253
HSL
195°, 94%, 87%
CMYK
25, 6, 0, 1
Luminance
0.7932
Every format
| HEX | #bfeefd |
| RGB | rgb(191, 238, 253) |
| HSL | hsl(195, 94%, 87%) |
| CMYK | cmyk(25%, 6%, 0%, 1%) |
| LAB | lab(91.4 -11.8 -12.2) |
| LCH | lch(91.4 16.9 226.0) |
| OKLCH | oklch(0.921 0.052 219.2) |
Copy-ready code
/* CSS */
color: #bfeefd;
background-color: #bfeefd;
/* Tailwind (arbitrary) */
class="text-[#bfeefd] bg-[#bfeefd]"
/* SCSS */
$brand: #bfeefd;
/* SwiftUI */
Color(red: 0.749, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#bfeefd")Accessibility — WCAG contrast
Aa
#bfeefd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfeefd on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green93.3%
Blue99.2%
CMYK percentages
Cyan24.5%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#bfeefd text on a black background
contrast 16.86:1
Card sample
#bfeefd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfeefd;
Background color
Panel with #bfeefd background
background-color: #bfeefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfeefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfeefd; background: linear-gradient(135deg, #bfeefd, #BFC5FD);