#bccefe
a pale, electric blue · cool · closest name: lavender
RGB
188, 206, 254
HSL
224°, 97%, 87%
CMYK
26, 19, 0, 0
Luminance
0.6199
Every format
| HEX | #bccefe |
| RGB | rgb(188, 206, 254) |
| HSL | hsl(224, 97%, 87%) |
| CMYK | cmyk(26%, 19%, 0%, 0%) |
| LAB | lab(82.9 4.2 -25.5) |
| LCH | lch(82.9 25.8 279.4) |
| OKLCH | oklch(0.854 0.070 268.8) |
Copy-ready code
/* CSS */
color: #bccefe;
background-color: #bccefe;
/* Tailwind (arbitrary) */
class="text-[#bccefe] bg-[#bccefe]"
/* SCSS */
$brand: #bccefe;
/* SwiftUI */
Color(red: 0.737, green: 0.808, blue: 0.996)
/* Android */
Color.parseColor("#bccefe")Accessibility — WCAG contrast
Aa
#bccefe on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccefe on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.8%
Blue99.6%
CMYK percentages
Cyan26.0%
Magenta18.9%
Yellow0.0%
Key (black)0.4%
Color previews
#bccefe text on a black background
contrast 13.40:1
Card sample
#bccefe text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccefe;
Background color
Panel with #bccefe background
background-color: #bccefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 206, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 206, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccefe; background: linear-gradient(135deg, #bccefe, #D6BCFE);