#bfcafe
a pale, electric blue · warm · closest name: lavender
RGB
191, 202, 254
HSL
230°, 97%, 87%
CMYK
25, 21, 0, 0
Luminance
0.6047
Every format
| HEX | #bfcafe |
| RGB | rgb(191, 202, 254) |
| HSL | hsl(230, 97%, 87%) |
| CMYK | cmyk(25%, 21%, 0%, 0%) |
| LAB | lab(82.1 7.3 -26.7) |
| LCH | lch(82.1 27.7 285.2) |
| OKLCH | oklch(0.848 0.074 275.4) |
Copy-ready code
/* CSS */
color: #bfcafe;
background-color: #bfcafe;
/* Tailwind (arbitrary) */
class="text-[#bfcafe] bg-[#bfcafe]"
/* SCSS */
$brand: #bfcafe;
/* SwiftUI */
Color(red: 0.749, green: 0.792, blue: 0.996)
/* Android */
Color.parseColor("#bfcafe")Accessibility — WCAG contrast
Aa
#bfcafe on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcafe on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green79.2%
Blue99.6%
CMYK percentages
Cyan24.8%
Magenta20.5%
Yellow0.0%
Key (black)0.4%
Color previews
#bfcafe text on a black background
contrast 13.09:1
Card sample
#bfcafe text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcafe;
Background color
Panel with #bfcafe background
background-color: #bfcafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 202, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 202, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcafe; background: linear-gradient(135deg, #bfcafe, #DEBFFE);