#baedff
a pale, electric cyan · cool · closest name: skyblue
RGB
186, 237, 255
HSL
196°, 100%, 87%
CMYK
27, 7, 0, 0
Luminance
0.7823
Every format
| HEX | #baedff |
| RGB | rgb(186, 237, 255) |
| HSL | hsl(196, 100%, 87%) |
| CMYK | cmyk(27%, 7%, 0%, 0%) |
| LAB | lab(90.9 -12.2 -14.0) |
| LCH | lch(90.9 18.6 228.8) |
| OKLCH | oklch(0.917 0.058 221.5) |
Copy-ready code
/* CSS */
color: #baedff;
background-color: #baedff;
/* Tailwind (arbitrary) */
class="text-[#baedff] bg-[#baedff]"
/* SCSS */
$brand: #baedff;
/* SwiftUI */
Color(red: 0.729, green: 0.929, blue: 1.000)
/* Android */
Color.parseColor("#baedff")Accessibility — WCAG contrast
Aa
#baedff on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baedff on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.9%
Blue100.0%
CMYK percentages
Cyan27.1%
Magenta7.1%
Yellow0.0%
Key (black)0.0%
Color previews
#baedff text on a black background
contrast 16.65:1
Card sample
#baedff text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baedff;
Background color
Panel with #baedff background
background-color: #baedff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baedff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 237, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 237, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baedff; background: linear-gradient(135deg, #baedff, #BABFFF);