#bbcdf8
a pale, electric blue · cool · closest name: lavender
RGB
187, 205, 248
HSL
222°, 81%, 85%
CMYK
25, 17, 0, 3
Luminance
0.6100
Every format
| HEX | #bbcdf8 |
| RGB | rgb(187, 205, 248) |
| HSL | hsl(222, 81%, 85%) |
| CMYK | cmyk(25%, 17%, 0%, 3%) |
| LAB | lab(82.4 3.1 -23.1) |
| LCH | lch(82.4 23.3 277.6) |
| OKLCH | oklch(0.849 0.063 267.2) |
Copy-ready code
/* CSS */
color: #bbcdf8;
background-color: #bbcdf8;
/* Tailwind (arbitrary) */
class="text-[#bbcdf8] bg-[#bbcdf8]"
/* SCSS */
$brand: #bbcdf8;
/* SwiftUI */
Color(red: 0.733, green: 0.804, blue: 0.973)
/* Android */
Color.parseColor("#bbcdf8")Accessibility — WCAG contrast
Aa
#bbcdf8 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcdf8 on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.4%
Blue97.3%
CMYK percentages
Cyan24.6%
Magenta17.3%
Yellow0.0%
Key (black)2.7%
Color previews
#bbcdf8 text on a black background
contrast 13.20:1
Card sample
#bbcdf8 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcdf8;
Background color
Panel with #bbcdf8 background
background-color: #bbcdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 205, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 205, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcdf8; background: linear-gradient(135deg, #bbcdf8, #D2BBF8);