#bacefe
a pale, electric blue · cool · closest name: lavender
RGB
186, 206, 254
HSL
222°, 97%, 86%
CMYK
27, 19, 0, 0
Luminance
0.6174
Every format
| HEX | #bacefe |
| RGB | rgb(186, 206, 254) |
| HSL | hsl(222, 97%, 86%) |
| CMYK | cmyk(27%, 19%, 0%, 0%) |
| LAB | lab(82.8 3.7 -25.7) |
| LCH | lch(82.8 26.0 278.1) |
| OKLCH | oklch(0.853 0.071 267.2) |
Copy-ready code
/* CSS */
color: #bacefe;
background-color: #bacefe;
/* Tailwind (arbitrary) */
class="text-[#bacefe] bg-[#bacefe]"
/* SCSS */
$brand: #bacefe;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.996)
/* Android */
Color.parseColor("#bacefe")Accessibility — WCAG contrast
Aa
#bacefe on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacefe on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue99.6%
CMYK percentages
Cyan26.8%
Magenta18.9%
Yellow0.0%
Key (black)0.4%
Color previews
#bacefe text on a black background
contrast 13.35:1
Card sample
#bacefe text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacefe;
Background color
Panel with #bacefe background
background-color: #bacefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacefe; background: linear-gradient(135deg, #bacefe, #D3BAFE);