#bdcffb
a pale, electric blue · cool · closest name: lavender
RGB
189, 207, 251
HSL
223°, 89%, 86%
CMYK
25, 18, 0, 2
Luminance
0.6241
Every format
| HEX | #bdcffb |
| RGB | rgb(189, 207, 251) |
| HSL | hsl(223, 89%, 86%) |
| CMYK | cmyk(25%, 18%, 0%, 2%) |
| LAB | lab(83.1 3.3 -23.6) |
| LCH | lch(83.1 23.8 278.0) |
| OKLCH | oklch(0.856 0.065 267.6) |
Copy-ready code
/* CSS */
color: #bdcffb;
background-color: #bdcffb;
/* Tailwind (arbitrary) */
class="text-[#bdcffb] bg-[#bdcffb]"
/* SCSS */
$brand: #bdcffb;
/* SwiftUI */
Color(red: 0.741, green: 0.812, blue: 0.984)
/* Android */
Color.parseColor("#bdcffb")Accessibility — WCAG contrast
Aa
#bdcffb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdcffb on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green81.2%
Blue98.4%
CMYK percentages
Cyan24.7%
Magenta17.5%
Yellow0.0%
Key (black)1.6%
Color previews
#bdcffb text on a black background
contrast 13.48:1
Card sample
#bdcffb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdcffb;
Background color
Panel with #bdcffb background
background-color: #bdcffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdcffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 207, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 207, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdcffb; background: linear-gradient(135deg, #bdcffb, #D4BDFB);