#bac8f8
a pale, electric blue · warm · closest name: lavender
RGB
186, 200, 248
HSL
227°, 82%, 85%
CMYK
25, 19, 0, 3
Luminance
0.5852
Every format
| HEX | #bac8f8 |
| RGB | rgb(186, 200, 248) |
| HSL | hsl(227, 82%, 85%) |
| CMYK | cmyk(25%, 19%, 0%, 3%) |
| LAB | lab(81.0 5.5 -25.2) |
| LCH | lch(81.0 25.8 282.3) |
| OKLCH | oklch(0.838 0.069 272.1) |
Copy-ready code
/* CSS */
color: #bac8f8;
background-color: #bac8f8;
/* Tailwind (arbitrary) */
class="text-[#bac8f8] bg-[#bac8f8]"
/* SCSS */
$brand: #bac8f8;
/* SwiftUI */
Color(red: 0.729, green: 0.784, blue: 0.973)
/* Android */
Color.parseColor("#bac8f8")Accessibility — WCAG contrast
Aa
#bac8f8 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac8f8 on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green78.4%
Blue97.3%
CMYK percentages
Cyan25.0%
Magenta19.4%
Yellow0.0%
Key (black)2.7%
Color previews
#bac8f8 text on a black background
contrast 12.70:1
Card sample
#bac8f8 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac8f8;
Background color
Panel with #bac8f8 background
background-color: #bac8f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac8f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 200, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 200, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac8f8; background: linear-gradient(135deg, #bac8f8, #D5BAF8);