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