#baccef
a light, vivid blue · cool · closest name: lavender
RGB
186, 204, 239
HSL
220°, 62%, 83%
CMYK
22, 15, 0, 6
Luminance
0.5986
Every format
| HEX | #baccef |
| RGB | rgb(186, 204, 239) |
| HSL | hsl(220, 62%, 83%) |
| CMYK | cmyk(22%, 15%, 0%, 6%) |
| LAB | lab(81.8 1.3 -19.3) |
| LCH | lch(81.8 19.3 273.9) |
| OKLCH | oklch(0.843 0.053 263.7) |
Copy-ready code
/* CSS */
color: #baccef;
background-color: #baccef;
/* Tailwind (arbitrary) */
class="text-[#baccef] bg-[#baccef]"
/* SCSS */
$brand: #baccef;
/* SwiftUI */
Color(red: 0.729, green: 0.800, blue: 0.937)
/* Android */
Color.parseColor("#baccef")Accessibility — WCAG contrast
Aa
#baccef on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baccef on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.0%
Blue93.7%
CMYK percentages
Cyan22.2%
Magenta14.6%
Yellow0.0%
Key (black)6.3%
Color previews
#baccef text on a black background
contrast 12.97:1
Card sample
#baccef text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baccef;
Background color
Panel with #baccef background
background-color: #baccef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baccef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 204, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 204, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baccef; background: linear-gradient(135deg, #baccef, #CBBAEF);