#bdc8f5
a pale, vivid blue · warm · closest name: lavender
RGB
189, 200, 245
HSL
228°, 74%, 85%
CMYK
23, 18, 0, 4
Luminance
0.5872
Every format
| HEX | #bdc8f5 |
| RGB | rgb(189, 200, 245) |
| HSL | hsl(228, 74%, 85%) |
| CMYK | cmyk(23%, 18%, 0%, 4%) |
| LAB | lab(81.1 5.7 -23.4) |
| LCH | lch(81.1 24.1 283.7) |
| OKLCH | oklch(0.839 0.064 274.2) |
Copy-ready code
/* CSS */
color: #bdc8f5;
background-color: #bdc8f5;
/* Tailwind (arbitrary) */
class="text-[#bdc8f5] bg-[#bdc8f5]"
/* SCSS */
$brand: #bdc8f5;
/* SwiftUI */
Color(red: 0.741, green: 0.784, blue: 0.961)
/* Android */
Color.parseColor("#bdc8f5")Accessibility — WCAG contrast
Aa
#bdc8f5 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdc8f5 on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green78.4%
Blue96.1%
CMYK percentages
Cyan22.9%
Magenta18.4%
Yellow0.0%
Key (black)3.9%
Color previews
#bdc8f5 text on a black background
contrast 12.74:1
Card sample
#bdc8f5 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdc8f5;
Background color
Panel with #bdc8f5 background
background-color: #bdc8f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdc8f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 200, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 200, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdc8f5; background: linear-gradient(135deg, #bdc8f5, #D7BDF5);