#bfd2eb
a light, vivid blue · cool · closest name: lavender
RGB
191, 210, 235
HSL
214°, 52%, 84%
CMYK
19, 11, 0, 8
Luminance
0.6317
Every format
| HEX | #bfd2eb |
| RGB | rgb(191, 210, 235) |
| HSL | hsl(214, 52%, 84%) |
| CMYK | cmyk(19%, 11%, 0%, 8%) |
| LAB | lab(83.5 -1.2 -14.4) |
| LCH | lch(83.5 14.5 265.1) |
| OKLCH | oklch(0.857 0.041 255.3) |
Copy-ready code
/* CSS */
color: #bfd2eb;
background-color: #bfd2eb;
/* Tailwind (arbitrary) */
class="text-[#bfd2eb] bg-[#bfd2eb]"
/* SCSS */
$brand: #bfd2eb;
/* SwiftUI */
Color(red: 0.749, green: 0.824, blue: 0.922)
/* Android */
Color.parseColor("#bfd2eb")Accessibility — WCAG contrast
Aa
#bfd2eb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd2eb on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.4%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta10.6%
Yellow0.0%
Key (black)7.8%
Color previews
#bfd2eb text on a black background
contrast 13.63:1
Card sample
#bfd2eb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd2eb;
Background color
Panel with #bfd2eb background
background-color: #bfd2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 210, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 210, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd2eb; background: linear-gradient(135deg, #bfd2eb, #C9BFEB);