#bae2fe
a pale, electric blue · cool · closest name: skyblue
RGB
186, 226, 254
HSL
205°, 97%, 86%
CMYK
27, 11, 0, 0
Luminance
0.7199
Every format
| HEX | #bae2fe |
| RGB | rgb(186, 226, 254) |
| HSL | hsl(205, 97%, 86%) |
| CMYK | cmyk(27%, 11%, 0%, 0%) |
| LAB | lab(88.0 -6.8 -17.9) |
| LCH | lch(88.0 19.1 249.0) |
| OKLCH | oklch(0.893 0.057 238.8) |
Copy-ready code
/* CSS */
color: #bae2fe;
background-color: #bae2fe;
/* Tailwind (arbitrary) */
class="text-[#bae2fe] bg-[#bae2fe]"
/* SCSS */
$brand: #bae2fe;
/* SwiftUI */
Color(red: 0.729, green: 0.886, blue: 0.996)
/* Android */
Color.parseColor("#bae2fe")Accessibility — WCAG contrast
Aa
#bae2fe on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae2fe on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green88.6%
Blue99.6%
CMYK percentages
Cyan26.8%
Magenta11.0%
Yellow0.0%
Key (black)0.4%
Color previews
#bae2fe text on a black background
contrast 15.40:1
Card sample
#bae2fe text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae2fe;
Background color
Panel with #bae2fe background
background-color: #bae2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 226, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 226, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae2fe; background: linear-gradient(135deg, #bae2fe, #BFBAFE);