#bbcdf5
a light, vivid blue · cool · closest name: lavender
RGB
187, 205, 245
HSL
221°, 74%, 85%
CMYK
24, 16, 0, 4
Luminance
0.6082
Every format
| HEX | #bbcdf5 |
| RGB | rgb(187, 205, 245) |
| HSL | hsl(221, 74%, 85%) |
| CMYK | cmyk(24%, 16%, 0%, 4%) |
| LAB | lab(82.3 2.4 -21.7) |
| LCH | lch(82.3 21.8 276.4) |
| OKLCH | oklch(0.848 0.059 266.1) |
Copy-ready code
/* CSS */
color: #bbcdf5;
background-color: #bbcdf5;
/* Tailwind (arbitrary) */
class="text-[#bbcdf5] bg-[#bbcdf5]"
/* SCSS */
$brand: #bbcdf5;
/* SwiftUI */
Color(red: 0.733, green: 0.804, blue: 0.961)
/* Android */
Color.parseColor("#bbcdf5")Accessibility — WCAG contrast
Aa
#bbcdf5 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcdf5 on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.4%
Blue96.1%
CMYK percentages
Cyan23.7%
Magenta16.3%
Yellow0.0%
Key (black)3.9%
Color previews
#bbcdf5 text on a black background
contrast 13.16:1
Card sample
#bbcdf5 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcdf5;
Background color
Panel with #bbcdf5 background
background-color: #bbcdf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcdf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 205, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 205, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcdf5; background: linear-gradient(135deg, #bbcdf5, #D0BBF5);