#bac3df
a light, soft blue · warm · closest name: lavender
RGB
186, 195, 223
HSL
225°, 37%, 80%
CMYK
17, 13, 0, 13
Luminance
0.5480
Every format
| HEX | #bac3df |
| RGB | rgb(186, 195, 223) |
| HSL | hsl(225, 37%, 80%) |
| CMYK | cmyk(17%, 13%, 0%, 13%) |
| LAB | lab(78.9 2.6 -15.0) |
| LCH | lch(78.9 15.2 279.9) |
| OKLCH | oklch(0.819 0.041 271.4) |
Copy-ready code
/* CSS */
color: #bac3df;
background-color: #bac3df;
/* Tailwind (arbitrary) */
class="text-[#bac3df] bg-[#bac3df]"
/* SCSS */
$brand: #bac3df;
/* SwiftUI */
Color(red: 0.729, green: 0.765, blue: 0.875)
/* Android */
Color.parseColor("#bac3df")Accessibility — WCAG contrast
Aa
#bac3df on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac3df on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green76.5%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta12.6%
Yellow0.0%
Key (black)12.5%
Color previews
#bac3df text on a black background
contrast 11.96:1
Card sample
#bac3df text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac3df;
Background color
Panel with #bac3df background
background-color: #bac3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 195, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 195, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac3df; background: linear-gradient(135deg, #bac3df, #CABADF);