#bbcdff
a pale, electric blue · cool · closest name: lavender
RGB
187, 205, 255
HSL
224°, 100%, 87%
CMYK
27, 20, 0, 0
Luminance
0.6145
Every format
| HEX | #bbcdff |
| RGB | rgb(187, 205, 255) |
| HSL | hsl(224, 100%, 87%) |
| CMYK | cmyk(27%, 20%, 0%, 0%) |
| LAB | lab(82.6 4.7 -26.5) |
| LCH | lch(82.6 26.9 280.1) |
| OKLCH | oklch(0.852 0.073 269.4) |
Copy-ready code
/* CSS */
color: #bbcdff;
background-color: #bbcdff;
/* Tailwind (arbitrary) */
class="text-[#bbcdff] bg-[#bbcdff]"
/* SCSS */
$brand: #bbcdff;
/* SwiftUI */
Color(red: 0.733, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#bbcdff")Accessibility — WCAG contrast
Aa
#bbcdff on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcdff on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.4%
Blue100.0%
CMYK percentages
Cyan26.7%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#bbcdff text on a black background
contrast 13.29:1
Card sample
#bbcdff text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcdff;
Background color
Panel with #bbcdff background
background-color: #bbcdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcdff; background: linear-gradient(135deg, #bbcdff, #D6BBFF);