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