#bacdfb
a pale, electric blue · cool · closest name: lavender
RGB
186, 205, 251
HSL
223°, 89%, 86%
CMYK
26, 18, 0, 2
Luminance
0.6107
Every format
| HEX | #bacdfb |
| RGB | rgb(186, 205, 251) |
| HSL | hsl(223, 89%, 86%) |
| CMYK | cmyk(26%, 18%, 0%, 2%) |
| LAB | lab(82.4 3.5 -24.7) |
| LCH | lch(82.4 24.9 278.1) |
| OKLCH | oklch(0.850 0.068 267.4) |
Copy-ready code
/* CSS */
color: #bacdfb;
background-color: #bacdfb;
/* Tailwind (arbitrary) */
class="text-[#bacdfb] bg-[#bacdfb]"
/* SCSS */
$brand: #bacdfb;
/* SwiftUI */
Color(red: 0.729, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#bacdfb")Accessibility — WCAG contrast
Aa
#bacdfb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacdfb on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.4%
Blue98.4%
CMYK percentages
Cyan25.9%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#bacdfb text on a black background
contrast 13.21:1
Card sample
#bacdfb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacdfb;
Background color
Panel with #bacdfb background
background-color: #bacdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacdfb; background: linear-gradient(135deg, #bacdfb, #D2BAFB);