#bfd0f4
a pale, vivid blue · cool · closest name: lavender
RGB
191, 208, 244
HSL
221°, 71%, 85%
CMYK
22, 15, 0, 4
Luminance
0.6272
Every format
| HEX | #bfd0f4 |
| RGB | rgb(191, 208, 244) |
| HSL | hsl(221, 71%, 85%) |
| CMYK | cmyk(22%, 15%, 0%, 4%) |
| LAB | lab(83.3 1.8 -19.6) |
| LCH | lch(83.3 19.7 275.3) |
| OKLCH | oklch(0.857 0.054 265.3) |
Copy-ready code
/* CSS */
color: #bfd0f4;
background-color: #bfd0f4;
/* Tailwind (arbitrary) */
class="text-[#bfd0f4] bg-[#bfd0f4]"
/* SCSS */
$brand: #bfd0f4;
/* SwiftUI */
Color(red: 0.749, green: 0.816, blue: 0.957)
/* Android */
Color.parseColor("#bfd0f4")Accessibility — WCAG contrast
Aa
#bfd0f4 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd0f4 on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.6%
Blue95.7%
CMYK percentages
Cyan21.7%
Magenta14.8%
Yellow0.0%
Key (black)4.3%
Color previews
#bfd0f4 text on a black background
contrast 13.54:1
Card sample
#bfd0f4 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd0f4;
Background color
Panel with #bfd0f4 background
background-color: #bfd0f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd0f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 208, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 208, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd0f4; background: linear-gradient(135deg, #bfd0f4, #D1BFF4);