#bfcaf0
a light, vivid blue · warm · closest name: lavender
RGB
191, 202, 240
HSL
227°, 62%, 85%
CMYK
20, 16, 0, 6
Luminance
0.5961
Every format
| HEX | #bfcaf0 |
| RGB | rgb(191, 202, 240) |
| HSL | hsl(227, 62%, 85%) |
| CMYK | cmyk(20%, 16%, 0%, 6%) |
| LAB | lab(81.6 4.1 -20.0) |
| LCH | lch(81.6 20.4 281.6) |
| OKLCH | oklch(0.843 0.054 272.5) |
Copy-ready code
/* CSS */
color: #bfcaf0;
background-color: #bfcaf0;
/* Tailwind (arbitrary) */
class="text-[#bfcaf0] bg-[#bfcaf0]"
/* SCSS */
$brand: #bfcaf0;
/* SwiftUI */
Color(red: 0.749, green: 0.792, blue: 0.941)
/* Android */
Color.parseColor("#bfcaf0")Accessibility — WCAG contrast
Aa
#bfcaf0 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcaf0 on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green79.2%
Blue94.1%
CMYK percentages
Cyan20.4%
Magenta15.8%
Yellow0.0%
Key (black)5.9%
Color previews
#bfcaf0 text on a black background
contrast 12.92:1
Card sample
#bfcaf0 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcaf0;
Background color
Panel with #bfcaf0 background
background-color: #bfcaf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcaf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 202, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 202, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcaf0; background: linear-gradient(135deg, #bfcaf0, #D5BFF0);