#bfc5eb
a light, vivid blue · warm · closest name: lavender
RGB
191, 197, 235
HSL
232°, 52%, 84%
CMYK
19, 16, 0, 8
Luminance
0.5701
Every format
| HEX | #bfc5eb |
| RGB | rgb(191, 197, 235) |
| HSL | hsl(232, 52%, 84%) |
| CMYK | cmyk(19%, 16%, 0%, 8%) |
| LAB | lab(80.2 5.7 -19.5) |
| LCH | lch(80.2 20.3 286.3) |
| OKLCH | oklch(0.831 0.054 278.1) |
Copy-ready code
/* CSS */
color: #bfc5eb;
background-color: #bfc5eb;
/* Tailwind (arbitrary) */
class="text-[#bfc5eb] bg-[#bfc5eb]"
/* SCSS */
$brand: #bfc5eb;
/* SwiftUI */
Color(red: 0.749, green: 0.773, blue: 0.922)
/* Android */
Color.parseColor("#bfc5eb")Accessibility — WCAG contrast
Aa
#bfc5eb on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc5eb on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green77.3%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta16.2%
Yellow0.0%
Key (black)7.8%
Color previews
#bfc5eb text on a black background
contrast 12.40:1
Card sample
#bfc5eb text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc5eb;
Background color
Panel with #bfc5eb background
background-color: #bfc5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 197, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 197, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc5eb; background: linear-gradient(135deg, #bfc5eb, #D6BFEB);