#bfdbff
a pale, electric blue · cool · closest name: lavender
RGB
191, 219, 255
HSL
214°, 100%, 88%
CMYK
25, 14, 0, 0
Luminance
0.6896
Every format
| HEX | #bfdbff |
| RGB | rgb(191, 219, 255) |
| HSL | hsl(214, 100%, 88%) |
| CMYK | cmyk(25%, 14%, 0%, 0%) |
| LAB | lab(86.5 -1.5 -20.6) |
| LCH | lch(86.5 20.6 265.7) |
| OKLCH | oklch(0.883 0.058 254.8) |
Copy-ready code
/* CSS */
color: #bfdbff;
background-color: #bfdbff;
/* Tailwind (arbitrary) */
class="text-[#bfdbff] bg-[#bfdbff]"
/* SCSS */
$brand: #bfdbff;
/* SwiftUI */
Color(red: 0.749, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#bfdbff")Accessibility — WCAG contrast
Aa
#bfdbff on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdbff on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.9%
Blue100.0%
CMYK percentages
Cyan25.1%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#bfdbff text on a black background
contrast 14.79:1
Card sample
#bfdbff text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdbff;
Background color
Panel with #bfdbff background
background-color: #bfdbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdbff; background: linear-gradient(135deg, #bfdbff, #CEBFFF);