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