#bfe6fa
a pale, electric blue · cool · closest name: lavender
RGB
191, 230, 250
HSL
200°, 86%, 87%
CMYK
24, 8, 0, 2
Luminance
0.7457
Every format
| HEX | #bfe6fa |
| RGB | rgb(191, 230, 250) |
| HSL | hsl(200, 86%, 87%) |
| CMYK | cmyk(24%, 8%, 0%, 2%) |
| LAB | lab(89.2 -8.3 -13.9) |
| LCH | lch(89.2 16.2 239.0) |
| OKLCH | oklch(0.903 0.049 230.3) |
Copy-ready code
/* CSS */
color: #bfe6fa;
background-color: #bfe6fa;
/* Tailwind (arbitrary) */
class="text-[#bfe6fa] bg-[#bfe6fa]"
/* SCSS */
$brand: #bfe6fa;
/* SwiftUI */
Color(red: 0.749, green: 0.902, blue: 0.980)
/* Android */
Color.parseColor("#bfe6fa")Accessibility — WCAG contrast
Aa
#bfe6fa on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe6fa on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green90.2%
Blue98.0%
CMYK percentages
Cyan23.6%
Magenta8.0%
Yellow0.0%
Key (black)2.0%
Color previews
#bfe6fa text on a black background
contrast 15.91:1
Card sample
#bfe6fa text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe6fa;
Background color
Panel with #bfe6fa background
background-color: #bfe6fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe6fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 230, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 230, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe6fa; background: linear-gradient(135deg, #bfe6fa, #BFBFFA);