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