#bbc2ef
a light, vivid blue · warm · closest name: lavender
RGB
187, 194, 239
HSL
232°, 62%, 84%
CMYK
22, 19, 0, 6
Luminance
0.5538
Every format
| HEX | #bbc2ef |
| RGB | rgb(187, 194, 239) |
| HSL | hsl(232, 62%, 84%) |
| CMYK | cmyk(22%, 19%, 0%, 6%) |
| LAB | lab(79.3 7.0 -23.1) |
| LCH | lch(79.3 24.1 286.8) |
| OKLCH | oklch(0.824 0.064 278.0) |
Copy-ready code
/* CSS */
color: #bbc2ef;
background-color: #bbc2ef;
/* Tailwind (arbitrary) */
class="text-[#bbc2ef] bg-[#bbc2ef]"
/* SCSS */
$brand: #bbc2ef;
/* SwiftUI */
Color(red: 0.733, green: 0.761, blue: 0.937)
/* Android */
Color.parseColor("#bbc2ef")Accessibility — WCAG contrast
Aa
#bbc2ef on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc2ef on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green76.1%
Blue93.7%
CMYK percentages
Cyan21.8%
Magenta18.8%
Yellow0.0%
Key (black)6.3%
Color previews
#bbc2ef text on a black background
contrast 12.08:1
Card sample
#bbc2ef text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc2ef;
Background color
Panel with #bbc2ef background
background-color: #bbc2ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc2ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 194, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 194, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc2ef; background: linear-gradient(135deg, #bbc2ef, #D7BBEF);