#bfd2f6
a pale, electric blue · cool · closest name: lavender
RGB
191, 210, 246
HSL
219°, 75%, 86%
CMYK
22, 15, 0, 4
Luminance
0.6382
Every format
| HEX | #bfd2f6 |
| RGB | rgb(191, 210, 246) |
| HSL | hsl(219, 75%, 86%) |
| CMYK | cmyk(22%, 15%, 0%, 4%) |
| LAB | lab(83.9 1.2 -19.8) |
| LCH | lch(83.9 19.8 273.4) |
| OKLCH | oklch(0.861 0.054 263.2) |
Copy-ready code
/* CSS */
color: #bfd2f6;
background-color: #bfd2f6;
/* Tailwind (arbitrary) */
class="text-[#bfd2f6] bg-[#bfd2f6]"
/* SCSS */
$brand: #bfd2f6;
/* SwiftUI */
Color(red: 0.749, green: 0.824, blue: 0.965)
/* Android */
Color.parseColor("#bfd2f6")Accessibility — WCAG contrast
Aa
#bfd2f6 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd2f6 on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.4%
Blue96.5%
CMYK percentages
Cyan22.4%
Magenta14.6%
Yellow0.0%
Key (black)3.5%
Color previews
#bfd2f6 text on a black background
contrast 13.76:1
Card sample
#bfd2f6 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd2f6;
Background color
Panel with #bfd2f6 background
background-color: #bfd2f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd2f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 210, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 210, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd2f6; background: linear-gradient(135deg, #bfd2f6, #D1BFF6);