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