#bccefd
a pale, electric blue · cool · closest name: lavender
RGB
188, 206, 253
HSL
223°, 94%, 87%
CMYK
26, 19, 0, 1
Luminance
0.6193
Every format
| HEX | #bccefd |
| RGB | rgb(188, 206, 253) |
| HSL | hsl(223, 94%, 87%) |
| CMYK | cmyk(26%, 19%, 0%, 1%) |
| LAB | lab(82.9 4.0 -25.0) |
| LCH | lch(82.9 25.3 279.1) |
| OKLCH | oklch(0.854 0.069 268.5) |
Copy-ready code
/* CSS */
color: #bccefd;
background-color: #bccefd;
/* Tailwind (arbitrary) */
class="text-[#bccefd] bg-[#bccefd]"
/* SCSS */
$brand: #bccefd;
/* SwiftUI */
Color(red: 0.737, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#bccefd")Accessibility — WCAG contrast
Aa
#bccefd on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccefd on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.8%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#bccefd text on a black background
contrast 13.39:1
Card sample
#bccefd text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccefd;
Background color
Panel with #bccefd background
background-color: #bccefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccefd; background: linear-gradient(135deg, #bccefd, #D5BCFD);