#bccbfc
a pale, electric blue · warm · closest name: lavender
RGB
188, 203, 252
HSL
226°, 91%, 86%
CMYK
25, 19, 0, 1
Luminance
0.6043
Every format
| HEX | #bccbfc |
| RGB | rgb(188, 203, 252) |
| HSL | hsl(226, 91%, 86%) |
| CMYK | cmyk(25%, 19%, 0%, 1%) |
| LAB | lab(82.1 5.4 -25.7) |
| LCH | lch(82.1 26.3 281.8) |
| OKLCH | oklch(0.847 0.071 271.5) |
Copy-ready code
/* CSS */
color: #bccbfc;
background-color: #bccbfc;
/* Tailwind (arbitrary) */
class="text-[#bccbfc] bg-[#bccbfc]"
/* SCSS */
$brand: #bccbfc;
/* SwiftUI */
Color(red: 0.737, green: 0.796, blue: 0.988)
/* Android */
Color.parseColor("#bccbfc")Accessibility — WCAG contrast
Aa
#bccbfc on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccbfc on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green79.6%
Blue98.8%
CMYK percentages
Cyan25.4%
Magenta19.4%
Yellow0.0%
Key (black)1.2%
Color previews
#bccbfc text on a black background
contrast 13.09:1
Card sample
#bccbfc text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccbfc;
Background color
Panel with #bccbfc background
background-color: #bccbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 203, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 203, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccbfc; background: linear-gradient(135deg, #bccbfc, #D8BCFC);