#bbc8ee
a light, vivid blue · cool · closest name: lavender
RGB
187, 200, 238
HSL
225°, 60%, 83%
CMYK
21, 16, 0, 7
Luminance
0.5805
Every format
| HEX | #bbc8ee |
| RGB | rgb(187, 200, 238) |
| HSL | hsl(225, 60%, 83%) |
| CMYK | cmyk(21%, 16%, 0%, 7%) |
| LAB | lab(80.8 3.5 -20.2) |
| LCH | lch(80.8 20.5 279.8) |
| OKLCH | oklch(0.835 0.055 270.3) |
Copy-ready code
/* CSS */
color: #bbc8ee;
background-color: #bbc8ee;
/* Tailwind (arbitrary) */
class="text-[#bbc8ee] bg-[#bbc8ee]"
/* SCSS */
$brand: #bbc8ee;
/* SwiftUI */
Color(red: 0.733, green: 0.784, blue: 0.933)
/* Android */
Color.parseColor("#bbc8ee")Accessibility — WCAG contrast
Aa
#bbc8ee on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc8ee on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green78.4%
Blue93.3%
CMYK percentages
Cyan21.4%
Magenta16.0%
Yellow0.0%
Key (black)6.7%
Color previews
#bbc8ee text on a black background
contrast 12.61:1
Card sample
#bbc8ee text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc8ee;
Background color
Panel with #bbc8ee background
background-color: #bbc8ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc8ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 200, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 200, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc8ee; background: linear-gradient(135deg, #bbc8ee, #D0BBEE);