#baedf2
a light, vivid cyan · cool · closest name: skyblue
RGB
186, 237, 242
HSL
185°, 68%, 84%
CMYK
23, 2, 0, 5
Luminance
0.7742
Every format
| HEX | #baedf2 |
| RGB | rgb(186, 237, 242) |
| HSL | hsl(185, 68%, 84%) |
| CMYK | cmyk(23%, 2%, 0%, 5%) |
| LAB | lab(90.5 -15.1 -7.8) |
| LCH | lch(90.5 17.0 207.2) |
| OKLCH | oklch(0.912 0.052 203.7) |
Copy-ready code
/* CSS */
color: #baedf2;
background-color: #baedf2;
/* Tailwind (arbitrary) */
class="text-[#baedf2] bg-[#baedf2]"
/* SCSS */
$brand: #baedf2;
/* SwiftUI */
Color(red: 0.729, green: 0.929, blue: 0.949)
/* Android */
Color.parseColor("#baedf2")Accessibility — WCAG contrast
Aa
#baedf2 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baedf2 on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.9%
Blue94.9%
CMYK percentages
Cyan23.1%
Magenta2.1%
Yellow0.0%
Key (black)5.1%
Color previews
#baedf2 text on a black background
contrast 16.48:1
Card sample
#baedf2 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baedf2;
Background color
Panel with #baedf2 background
background-color: #baedf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baedf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 237, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 237, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baedf2; background: linear-gradient(135deg, #baedf2, #BAC8F2);