#bbcffe
a pale, electric blue · cool · closest name: lavender
RGB
187, 207, 254
HSL
222°, 97%, 87%
CMYK
26, 19, 0, 0
Luminance
0.6235
Every format
| HEX | #bbcffe |
| RGB | rgb(187, 207, 254) |
| HSL | hsl(222, 97%, 87%) |
| CMYK | cmyk(26%, 19%, 0%, 0%) |
| LAB | lab(83.1 3.4 -25.2) |
| LCH | lch(83.1 25.4 277.7) |
| OKLCH | oklch(0.855 0.069 266.9) |
Copy-ready code
/* CSS */
color: #bbcffe;
background-color: #bbcffe;
/* Tailwind (arbitrary) */
class="text-[#bbcffe] bg-[#bbcffe]"
/* SCSS */
$brand: #bbcffe;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.996)
/* Android */
Color.parseColor("#bbcffe")Accessibility — WCAG contrast
Aa
#bbcffe on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcffe on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue99.6%
CMYK percentages
Cyan26.4%
Magenta18.5%
Yellow0.0%
Key (black)0.4%
Color previews
#bbcffe text on a black background
contrast 13.47:1
Card sample
#bbcffe text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcffe;
Background color
Panel with #bbcffe background
background-color: #bbcffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcffe; background: linear-gradient(135deg, #bbcffe, #D4BBFE);