#bccdf1
a light, vivid blue · cool · closest name: lavender
RGB
188, 205, 241
HSL
221°, 65%, 84%
CMYK
22, 15, 0, 6
Luminance
0.6070
Every format
| HEX | #bccdf1 |
| RGB | rgb(188, 205, 241) |
| HSL | hsl(221, 65%, 84%) |
| CMYK | cmyk(22%, 15%, 0%, 6%) |
| LAB | lab(82.2 1.8 -19.6) |
| LCH | lch(82.2 19.7 275.3) |
| OKLCH | oklch(0.847 0.054 265.3) |
Copy-ready code
/* CSS */
color: #bccdf1;
background-color: #bccdf1;
/* Tailwind (arbitrary) */
class="text-[#bccdf1] bg-[#bccdf1]"
/* SCSS */
$brand: #bccdf1;
/* SwiftUI */
Color(red: 0.737, green: 0.804, blue: 0.945)
/* Android */
Color.parseColor("#bccdf1")Accessibility — WCAG contrast
Aa
#bccdf1 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccdf1 on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.4%
Blue94.5%
CMYK percentages
Cyan22.0%
Magenta14.9%
Yellow0.0%
Key (black)5.5%
Color previews
#bccdf1 text on a black background
contrast 13.14:1
Card sample
#bccdf1 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccdf1;
Background color
Panel with #bccdf1 background
background-color: #bccdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 205, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 205, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccdf1; background: linear-gradient(135deg, #bccdf1, #CEBCF1);