#bbe4ff
a pale, electric blue · cool · closest name: skyblue
RGB
187, 228, 255
HSL
204°, 100%, 87%
CMYK
27, 11, 0, 0
Luminance
0.7327
Every format
| HEX | #bbe4ff |
| RGB | rgb(187, 228, 255) |
| HSL | hsl(204, 100%, 87%) |
| CMYK | cmyk(27%, 11%, 0%, 0%) |
| LAB | lab(88.6 -7.4 -17.4) |
| LCH | lch(88.6 18.9 247.1) |
| OKLCH | oklch(0.898 0.057 237.1) |
Copy-ready code
/* CSS */
color: #bbe4ff;
background-color: #bbe4ff;
/* Tailwind (arbitrary) */
class="text-[#bbe4ff] bg-[#bbe4ff]"
/* SCSS */
$brand: #bbe4ff;
/* SwiftUI */
Color(red: 0.733, green: 0.894, blue: 1.000)
/* Android */
Color.parseColor("#bbe4ff")Accessibility — WCAG contrast
Aa
#bbe4ff on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbe4ff on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green89.4%
Blue100.0%
CMYK percentages
Cyan26.7%
Magenta10.6%
Yellow0.0%
Key (black)0.0%
Color previews
#bbe4ff text on a black background
contrast 15.65:1
Card sample
#bbe4ff text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbe4ff;
Background color
Panel with #bbe4ff background
background-color: #bbe4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbe4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 228, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 228, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbe4ff; background: linear-gradient(135deg, #bbe4ff, #BFBBFF);