#bfcaf3
a pale, vivid blue · warm · closest name: lavender
RGB
191, 202, 243
HSL
227°, 68%, 85%
CMYK
21, 17, 0, 5
Luminance
0.5979
Every format
| HEX | #bfcaf3 |
| RGB | rgb(191, 202, 243) |
| HSL | hsl(227, 68%, 85%) |
| CMYK | cmyk(21%, 17%, 0%, 5%) |
| LAB | lab(81.7 4.8 -21.4) |
| LCH | lch(81.7 21.9 282.6) |
| OKLCH | oklch(0.844 0.059 273.3) |
Copy-ready code
/* CSS */
color: #bfcaf3;
background-color: #bfcaf3;
/* Tailwind (arbitrary) */
class="text-[#bfcaf3] bg-[#bfcaf3]"
/* SCSS */
$brand: #bfcaf3;
/* SwiftUI */
Color(red: 0.749, green: 0.792, blue: 0.953)
/* Android */
Color.parseColor("#bfcaf3")Accessibility — WCAG contrast
Aa
#bfcaf3 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcaf3 on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green79.2%
Blue95.3%
CMYK percentages
Cyan21.4%
Magenta16.9%
Yellow0.0%
Key (black)4.7%
Color previews
#bfcaf3 text on a black background
contrast 12.96:1
Card sample
#bfcaf3 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcaf3;
Background color
Panel with #bfcaf3 background
background-color: #bfcaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 202, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 202, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcaf3; background: linear-gradient(135deg, #bfcaf3, #D7BFF3);