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