#bbccea
a light, vivid blue · cool · closest name: lavender
RGB
187, 204, 234
HSL
218°, 53%, 83%
CMYK
20, 13, 0, 8
Luminance
0.5969
Every format
| HEX | #bbccea |
| RGB | rgb(187, 204, 234) |
| HSL | hsl(218, 53%, 83%) |
| CMYK | cmyk(20%, 13%, 0%, 8%) |
| LAB | lab(81.7 0.5 -16.7) |
| LCH | lch(81.7 16.7 271.7) |
| OKLCH | oklch(0.842 0.046 261.8) |
Copy-ready code
/* CSS */
color: #bbccea;
background-color: #bbccea;
/* Tailwind (arbitrary) */
class="text-[#bbccea] bg-[#bbccea]"
/* SCSS */
$brand: #bbccea;
/* SwiftUI */
Color(red: 0.733, green: 0.800, blue: 0.918)
/* Android */
Color.parseColor("#bbccea")Accessibility — WCAG contrast
Aa
#bbccea on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbccea on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.0%
Blue91.8%
CMYK percentages
Cyan20.1%
Magenta12.8%
Yellow0.0%
Key (black)8.2%
Color previews
#bbccea text on a black background
contrast 12.94:1
Card sample
#bbccea text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbccea;
Background color
Panel with #bbccea background
background-color: #bbccea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbccea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 204, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 204, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbccea; background: linear-gradient(135deg, #bbccea, #C9BBEA);