#bacaef
a light, vivid blue · cool · closest name: lavender
RGB
186, 202, 239
HSL
222°, 62%, 83%
CMYK
22, 16, 0, 6
Luminance
0.5891
Every format
| HEX | #bacaef |
| RGB | rgb(186, 202, 239) |
| HSL | hsl(222, 62%, 83%) |
| CMYK | cmyk(22%, 16%, 0%, 6%) |
| LAB | lab(81.2 2.4 -20.1) |
| LCH | lch(81.2 20.2 276.7) |
| OKLCH | oklch(0.839 0.055 266.8) |
Copy-ready code
/* CSS */
color: #bacaef;
background-color: #bacaef;
/* Tailwind (arbitrary) */
class="text-[#bacaef] bg-[#bacaef]"
/* SCSS */
$brand: #bacaef;
/* SwiftUI */
Color(red: 0.729, green: 0.792, blue: 0.937)
/* Android */
Color.parseColor("#bacaef")Accessibility — WCAG contrast
Aa
#bacaef on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacaef on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green79.2%
Blue93.7%
CMYK percentages
Cyan22.2%
Magenta15.5%
Yellow0.0%
Key (black)6.3%
Color previews
#bacaef text on a black background
contrast 12.78:1
Card sample
#bacaef text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacaef;
Background color
Panel with #bacaef background
background-color: #bacaef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacaef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 202, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 202, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacaef; background: linear-gradient(135deg, #bacaef, #CDBAEF);