#baedfe
a pale, electric cyan · cool · closest name: skyblue
RGB
186, 237, 254
HSL
195°, 97%, 86%
CMYK
27, 7, 0, 0
Luminance
0.7816
Every format
| HEX | #baedfe |
| RGB | rgb(186, 237, 254) |
| HSL | hsl(195, 97%, 86%) |
| CMYK | cmyk(27%, 7%, 0%, 0%) |
| LAB | lab(90.8 -12.5 -13.5) |
| LCH | lch(90.8 18.4 227.3) |
| OKLCH | oklch(0.916 0.057 220.2) |
Copy-ready code
/* CSS */
color: #baedfe;
background-color: #baedfe;
/* Tailwind (arbitrary) */
class="text-[#baedfe] bg-[#baedfe]"
/* SCSS */
$brand: #baedfe;
/* SwiftUI */
Color(red: 0.729, green: 0.929, blue: 0.996)
/* Android */
Color.parseColor("#baedfe")Accessibility — WCAG contrast
Aa
#baedfe on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baedfe on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.9%
Blue99.6%
CMYK percentages
Cyan26.8%
Magenta6.7%
Yellow0.0%
Key (black)0.4%
Color previews
#baedfe text on a black background
contrast 16.63:1
Card sample
#baedfe text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baedfe;
Background color
Panel with #baedfe background
background-color: #baedfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baedfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 237, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 237, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baedfe; background: linear-gradient(135deg, #baedfe, #BAC0FE);