#baedf6
a light, electric cyan · cool · closest name: skyblue
RGB
186, 237, 246
HSL
189°, 77%, 85%
CMYK
24, 4, 0, 4
Luminance
0.7766
Every format
| HEX | #baedf6 |
| RGB | rgb(186, 237, 246) |
| HSL | hsl(189, 77%, 85%) |
| CMYK | cmyk(24%, 4%, 0%, 4%) |
| LAB | lab(90.6 -14.2 -9.7) |
| LCH | lch(90.6 17.2 214.2) |
| OKLCH | oklch(0.914 0.053 209.5) |
Copy-ready code
/* CSS */
color: #baedf6;
background-color: #baedf6;
/* Tailwind (arbitrary) */
class="text-[#baedf6] bg-[#baedf6]"
/* SCSS */
$brand: #baedf6;
/* SwiftUI */
Color(red: 0.729, green: 0.929, blue: 0.965)
/* Android */
Color.parseColor("#baedf6")Accessibility — WCAG contrast
Aa
#baedf6 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baedf6 on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.9%
Blue96.5%
CMYK percentages
Cyan24.4%
Magenta3.7%
Yellow0.0%
Key (black)3.5%
Color previews
#baedf6 text on a black background
contrast 16.53:1
Card sample
#baedf6 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baedf6;
Background color
Panel with #baedf6 background
background-color: #baedf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baedf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 237, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 237, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baedf6; background: linear-gradient(135deg, #baedf6, #BAC5F6);