#bacffa
a pale, electric blue · cool · closest name: lavender
RGB
186, 207, 250
HSL
220°, 87%, 86%
CMYK
26, 17, 0, 2
Luminance
0.6197
Every format
| HEX | #bacffa |
| RGB | rgb(186, 207, 250) |
| HSL | hsl(220, 87%, 86%) |
| CMYK | cmyk(26%, 17%, 0%, 2%) |
| LAB | lab(82.9 2.2 -23.4) |
| LCH | lch(82.9 23.5 275.4) |
| OKLCH | oklch(0.853 0.064 264.6) |
Copy-ready code
/* CSS */
color: #bacffa;
background-color: #bacffa;
/* Tailwind (arbitrary) */
class="text-[#bacffa] bg-[#bacffa]"
/* SCSS */
$brand: #bacffa;
/* SwiftUI */
Color(red: 0.729, green: 0.812, blue: 0.980)
/* Android */
Color.parseColor("#bacffa")Accessibility — WCAG contrast
Aa
#bacffa on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacffa on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green81.2%
Blue98.0%
CMYK percentages
Cyan25.6%
Magenta17.2%
Yellow0.0%
Key (black)2.0%
Color previews
#bacffa text on a black background
contrast 13.39:1
Card sample
#bacffa text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacffa;
Background color
Panel with #bacffa background
background-color: #bacffa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacffa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 207, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 207, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacffa; background: linear-gradient(135deg, #bacffa, #D0BAFA);