#bbd8ff
a pale, electric blue · cool · closest name: lavender
RGB
187, 216, 255
HSL
214°, 100%, 87%
CMYK
27, 15, 0, 0
Luminance
0.6690
Every format
| HEX | #bbd8ff |
| RGB | rgb(187, 216, 255) |
| HSL | hsl(214, 100%, 87%) |
| CMYK | cmyk(27%, 15%, 0%, 0%) |
| LAB | lab(85.5 -1.1 -22.2) |
| LCH | lch(85.5 22.2 267.1) |
| OKLCH | oklch(0.874 0.063 255.9) |
Copy-ready code
/* CSS */
color: #bbd8ff;
background-color: #bbd8ff;
/* Tailwind (arbitrary) */
class="text-[#bbd8ff] bg-[#bbd8ff]"
/* SCSS */
$brand: #bbd8ff;
/* SwiftUI */
Color(red: 0.733, green: 0.847, blue: 1.000)
/* Android */
Color.parseColor("#bbd8ff")Accessibility — WCAG contrast
Aa
#bbd8ff on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbd8ff on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green84.7%
Blue100.0%
CMYK percentages
Cyan26.7%
Magenta15.3%
Yellow0.0%
Key (black)0.0%
Color previews
#bbd8ff text on a black background
contrast 14.38:1
Card sample
#bbd8ff text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbd8ff;
Background color
Panel with #bbd8ff background
background-color: #bbd8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbd8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 216, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 216, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbd8ff; background: linear-gradient(135deg, #bbd8ff, #CBBBFF);