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