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