#bccefc
a pale, electric blue · cool · closest name: lavender
RGB
188, 206, 252
HSL
223°, 91%, 86%
CMYK
25, 18, 0, 1
Luminance
0.6186
Every format
| HEX | #bccefc |
| RGB | rgb(188, 206, 252) |
| HSL | hsl(223, 91%, 86%) |
| CMYK | cmyk(25%, 18%, 0%, 1%) |
| LAB | lab(82.8 3.8 -24.5) |
| LCH | lch(82.8 24.8 278.8) |
| OKLCH | oklch(0.853 0.067 268.2) |
Copy-ready code
/* CSS */
color: #bccefc;
background-color: #bccefc;
/* Tailwind (arbitrary) */
class="text-[#bccefc] bg-[#bccefc]"
/* SCSS */
$brand: #bccefc;
/* SwiftUI */
Color(red: 0.737, green: 0.808, blue: 0.988)
/* Android */
Color.parseColor("#bccefc")Accessibility — WCAG contrast
Aa
#bccefc on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccefc on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.8%
Blue98.8%
CMYK percentages
Cyan25.4%
Magenta18.3%
Yellow0.0%
Key (black)1.2%
Color previews
#bccefc text on a black background
contrast 13.37:1
Card sample
#bccefc text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccefc;
Background color
Panel with #bccefc background
background-color: #bccefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 206, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 206, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccefc; background: linear-gradient(135deg, #bccefc, #D5BCFC);