#bfe8f9
a pale, electric cyan · cool · closest name: lavender
RGB
191, 232, 249
HSL
198°, 83%, 86%
CMYK
23, 7, 0, 2
Luminance
0.7563
Every format
| HEX | #bfe8f9 |
| RGB | rgb(191, 232, 249) |
| HSL | hsl(198, 83%, 86%) |
| CMYK | cmyk(23%, 7%, 0%, 2%) |
| LAB | lab(89.7 -9.6 -12.6) |
| LCH | lch(89.7 15.8 232.7) |
| OKLCH | oklch(0.907 0.049 225.0) |
Copy-ready code
/* CSS */
color: #bfe8f9;
background-color: #bfe8f9;
/* Tailwind (arbitrary) */
class="text-[#bfe8f9] bg-[#bfe8f9]"
/* SCSS */
$brand: #bfe8f9;
/* SwiftUI */
Color(red: 0.749, green: 0.910, blue: 0.976)
/* Android */
Color.parseColor("#bfe8f9")Accessibility — WCAG contrast
Aa
#bfe8f9 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe8f9 on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green91.0%
Blue97.6%
CMYK percentages
Cyan23.3%
Magenta6.8%
Yellow0.0%
Key (black)2.4%
Color previews
#bfe8f9 text on a black background
contrast 16.13:1
Card sample
#bfe8f9 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe8f9;
Background color
Panel with #bfe8f9 background
background-color: #bfe8f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe8f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 232, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 232, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe8f9; background: linear-gradient(135deg, #bfe8f9, #BFC1F9);