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