#bacefc
a pale, electric blue · cool · closest name: lavender
RGB
186, 206, 252
HSL
222°, 92%, 86%
CMYK
26, 18, 0, 1
Luminance
0.6161
Every format
| HEX | #bacefc |
| RGB | rgb(186, 206, 252) |
| HSL | hsl(222, 92%, 86%) |
| CMYK | cmyk(26%, 18%, 0%, 1%) |
| LAB | lab(82.7 3.2 -24.8) |
| LCH | lch(82.7 25.0 277.4) |
| OKLCH | oklch(0.852 0.068 266.5) |
Copy-ready code
/* CSS */
color: #bacefc;
background-color: #bacefc;
/* Tailwind (arbitrary) */
class="text-[#bacefc] bg-[#bacefc]"
/* SCSS */
$brand: #bacefc;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.988)
/* Android */
Color.parseColor("#bacefc")Accessibility — WCAG contrast
Aa
#bacefc on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacefc on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue98.8%
CMYK percentages
Cyan26.2%
Magenta18.3%
Yellow0.0%
Key (black)1.2%
Color previews
#bacefc text on a black background
contrast 13.32:1
Card sample
#bacefc text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacefc;
Background color
Panel with #bacefc background
background-color: #bacefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacefc; background: linear-gradient(135deg, #bacefc, #D2BAFC);