#baccf6
a light, electric blue · cool · closest name: lavender
RGB
186, 204, 246
HSL
222°, 77%, 85%
CMYK
24, 17, 0, 4
Luminance
0.6028
Every format
| HEX | #baccf6 |
| RGB | rgb(186, 204, 246) |
| HSL | hsl(222, 77%, 85%) |
| CMYK | cmyk(24%, 17%, 0%, 4%) |
| LAB | lab(82.0 2.9 -22.6) |
| LCH | lch(82.0 22.8 277.2) |
| OKLCH | oklch(0.846 0.062 266.8) |
Copy-ready code
/* CSS */
color: #baccf6;
background-color: #baccf6;
/* Tailwind (arbitrary) */
class="text-[#baccf6] bg-[#baccf6]"
/* SCSS */
$brand: #baccf6;
/* SwiftUI */
Color(red: 0.729, green: 0.800, blue: 0.965)
/* Android */
Color.parseColor("#baccf6")Accessibility — WCAG contrast
Aa
#baccf6 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baccf6 on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.0%
Blue96.5%
CMYK percentages
Cyan24.4%
Magenta17.1%
Yellow0.0%
Key (black)3.5%
Color previews
#baccf6 text on a black background
contrast 13.06:1
Card sample
#baccf6 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baccf6;
Background color
Panel with #baccf6 background
background-color: #baccf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baccf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 204, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 204, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baccf6; background: linear-gradient(135deg, #baccf6, #D0BAF6);