#bfe5f8
a pale, electric blue · cool · closest name: lavender
RGB
191, 229, 248
HSL
200°, 80%, 86%
CMYK
23, 8, 0, 3
Luminance
0.7389
Every format
| HEX | #bfe5f8 |
| RGB | rgb(191, 229, 248) |
| HSL | hsl(200, 80%, 86%) |
| CMYK | cmyk(23%, 8%, 0%, 3%) |
| LAB | lab(88.9 -8.3 -13.3) |
| LCH | lch(88.9 15.7 238.1) |
| OKLCH | oklch(0.901 0.048 229.6) |
Copy-ready code
/* CSS */
color: #bfe5f8;
background-color: #bfe5f8;
/* Tailwind (arbitrary) */
class="text-[#bfe5f8] bg-[#bfe5f8]"
/* SCSS */
$brand: #bfe5f8;
/* SwiftUI */
Color(red: 0.749, green: 0.898, blue: 0.973)
/* Android */
Color.parseColor("#bfe5f8")Accessibility — WCAG contrast
Aa
#bfe5f8 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe5f8 on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green89.8%
Blue97.3%
CMYK percentages
Cyan23.0%
Magenta7.7%
Yellow0.0%
Key (black)2.7%
Color previews
#bfe5f8 text on a black background
contrast 15.78:1
Card sample
#bfe5f8 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe5f8;
Background color
Panel with #bfe5f8 background
background-color: #bfe5f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe5f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 229, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 229, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe5f8; background: linear-gradient(135deg, #bfe5f8, #BFBFF8);