#bac0fc
a pale, electric blue · warm · closest name: plum
RGB
186, 192, 252
HSL
235°, 92%, 86%
CMYK
26, 24, 0, 1
Luminance
0.5517
Every format
| HEX | #bac0fc |
| RGB | rgb(186, 192, 252) |
| HSL | hsl(235, 92%, 86%) |
| CMYK | cmyk(26%, 24%, 0%, 1%) |
| LAB | lab(79.1 10.8 -30.2) |
| LCH | lch(79.1 32.1 289.6) |
| OKLCH | oklch(0.824 0.085 279.9) |
Copy-ready code
/* CSS */
color: #bac0fc;
background-color: #bac0fc;
/* Tailwind (arbitrary) */
class="text-[#bac0fc] bg-[#bac0fc]"
/* SCSS */
$brand: #bac0fc;
/* SwiftUI */
Color(red: 0.729, green: 0.753, blue: 0.988)
/* Android */
Color.parseColor("#bac0fc")Accessibility — WCAG contrast
Aa
#bac0fc on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac0fc on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green75.3%
Blue98.8%
CMYK percentages
Cyan26.2%
Magenta23.8%
Yellow0.0%
Key (black)1.2%
Color previews
#bac0fc text on a black background
contrast 12.03:1
Card sample
#bac0fc text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac0fc;
Background color
Panel with #bac0fc background
background-color: #bac0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 192, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 192, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac0fc; background: linear-gradient(135deg, #bac0fc, #E0BAFC);