#bfd0f0
a light, vivid blue · cool · closest name: lavender
RGB
191, 208, 240
HSL
219°, 62%, 85%
CMYK
20, 13, 0, 6
Luminance
0.6248
Every format
| HEX | #bfd0f0 |
| RGB | rgb(191, 208, 240) |
| HSL | hsl(219, 62%, 85%) |
| CMYK | cmyk(20%, 13%, 0%, 6%) |
| LAB | lab(83.2 0.9 -17.6) |
| LCH | lch(83.2 17.7 273.0) |
| OKLCH | oklch(0.855 0.048 263.1) |
Copy-ready code
/* CSS */
color: #bfd0f0;
background-color: #bfd0f0;
/* Tailwind (arbitrary) */
class="text-[#bfd0f0] bg-[#bfd0f0]"
/* SCSS */
$brand: #bfd0f0;
/* SwiftUI */
Color(red: 0.749, green: 0.816, blue: 0.941)
/* Android */
Color.parseColor("#bfd0f0")Accessibility — WCAG contrast
Aa
#bfd0f0 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd0f0 on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.6%
Blue94.1%
CMYK percentages
Cyan20.4%
Magenta13.3%
Yellow0.0%
Key (black)5.9%
Color previews
#bfd0f0 text on a black background
contrast 13.50:1
Card sample
#bfd0f0 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd0f0;
Background color
Panel with #bfd0f0 background
background-color: #bfd0f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd0f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 208, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 208, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd0f0; background: linear-gradient(135deg, #bfd0f0, #CFBFF0);