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