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