#bbcdfd
a pale, electric blue · cool · closest name: lavender
RGB
187, 205, 253
HSL
224°, 94%, 86%
CMYK
26, 19, 0, 1
Luminance
0.6132
Every format
| HEX | #bbcdfd |
| RGB | rgb(187, 205, 253) |
| HSL | hsl(224, 94%, 86%) |
| CMYK | cmyk(26%, 19%, 0%, 1%) |
| LAB | lab(82.5 4.3 -25.5) |
| LCH | lch(82.5 25.9 279.5) |
| OKLCH | oklch(0.851 0.070 268.8) |
Copy-ready code
/* CSS */
color: #bbcdfd;
background-color: #bbcdfd;
/* Tailwind (arbitrary) */
class="text-[#bbcdfd] bg-[#bbcdfd]"
/* SCSS */
$brand: #bbcdfd;
/* SwiftUI */
Color(red: 0.733, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#bbcdfd")Accessibility — WCAG contrast
Aa
#bbcdfd on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcdfd on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.4%
Blue99.2%
CMYK percentages
Cyan26.1%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#bbcdfd text on a black background
contrast 13.26:1
Card sample
#bbcdfd text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcdfd;
Background color
Panel with #bbcdfd background
background-color: #bbcdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcdfd; background: linear-gradient(135deg, #bbcdfd, #D5BBFD);