#bbcafe
a pale, electric blue · warm · closest name: lavender
RGB
187, 202, 254
HSL
227°, 97%, 87%
CMYK
26, 21, 0, 0
Luminance
0.5996
Every format
| HEX | #bbcafe |
| RGB | rgb(187, 202, 254) |
| HSL | hsl(227, 97%, 87%) |
| CMYK | cmyk(26%, 21%, 0%, 0%) |
| LAB | lab(81.8 6.1 -27.2) |
| LCH | lch(81.8 27.8 282.7) |
| OKLCH | oklch(0.845 0.075 272.2) |
Copy-ready code
/* CSS */
color: #bbcafe;
background-color: #bbcafe;
/* Tailwind (arbitrary) */
class="text-[#bbcafe] bg-[#bbcafe]"
/* SCSS */
$brand: #bbcafe;
/* SwiftUI */
Color(red: 0.733, green: 0.792, blue: 0.996)
/* Android */
Color.parseColor("#bbcafe")Accessibility — WCAG contrast
Aa
#bbcafe on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcafe on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green79.2%
Blue99.6%
CMYK percentages
Cyan26.4%
Magenta20.5%
Yellow0.0%
Key (black)0.4%
Color previews
#bbcafe text on a black background
contrast 12.99:1
Card sample
#bbcafe text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcafe;
Background color
Panel with #bbcafe background
background-color: #bbcafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 202, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 202, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcafe; background: linear-gradient(135deg, #bbcafe, #D9BBFE);