#bccbfe
a pale, electric blue · warm · closest name: lavender
RGB
188, 203, 254
HSL
226°, 97%, 87%
CMYK
26, 20, 0, 0
Luminance
0.6056
Every format
| HEX | #bccbfe |
| RGB | rgb(188, 203, 254) |
| HSL | hsl(226, 97%, 87%) |
| CMYK | cmyk(26%, 20%, 0%, 0%) |
| LAB | lab(82.1 5.8 -26.7) |
| LCH | lch(82.1 27.3 282.4) |
| OKLCH | oklch(0.848 0.073 272.0) |
Copy-ready code
/* CSS */
color: #bccbfe;
background-color: #bccbfe;
/* Tailwind (arbitrary) */
class="text-[#bccbfe] bg-[#bccbfe]"
/* SCSS */
$brand: #bccbfe;
/* SwiftUI */
Color(red: 0.737, green: 0.796, blue: 0.996)
/* Android */
Color.parseColor("#bccbfe")Accessibility — WCAG contrast
Aa
#bccbfe on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccbfe on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green79.6%
Blue99.6%
CMYK percentages
Cyan26.0%
Magenta20.1%
Yellow0.0%
Key (black)0.4%
Color previews
#bccbfe text on a black background
contrast 13.11:1
Card sample
#bccbfe text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccbfe;
Background color
Panel with #bccbfe background
background-color: #bccbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 203, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 203, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccbfe; background: linear-gradient(135deg, #bccbfe, #D9BCFE);