#bac3f0
a light, vivid blue · warm · closest name: lavender
RGB
186, 195, 240
HSL
230°, 64%, 84%
CMYK
23, 19, 0, 6
Luminance
0.5576
Every format
| HEX | #bac3f0 |
| RGB | rgb(186, 195, 240) |
| HSL | hsl(230, 64%, 84%) |
| CMYK | cmyk(23%, 19%, 0%, 6%) |
| LAB | lab(79.5 6.3 -23.3) |
| LCH | lch(79.5 24.1 285.3) |
| OKLCH | oklch(0.825 0.064 276.1) |
Copy-ready code
/* CSS */
color: #bac3f0;
background-color: #bac3f0;
/* Tailwind (arbitrary) */
class="text-[#bac3f0] bg-[#bac3f0]"
/* SCSS */
$brand: #bac3f0;
/* SwiftUI */
Color(red: 0.729, green: 0.765, blue: 0.941)
/* Android */
Color.parseColor("#bac3f0")Accessibility — WCAG contrast
Aa
#bac3f0 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac3f0 on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green76.5%
Blue94.1%
CMYK percentages
Cyan22.5%
Magenta18.8%
Yellow0.0%
Key (black)5.9%
Color previews
#bac3f0 text on a black background
contrast 12.15:1
Card sample
#bac3f0 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac3f0;
Background color
Panel with #bac3f0 background
background-color: #bac3f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac3f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 195, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 195, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac3f0; background: linear-gradient(135deg, #bac3f0, #D5BAF0);