#badefc
a pale, electric blue · cool · closest name: skyblue
RGB
186, 222, 252
HSL
207°, 92%, 86%
CMYK
26, 12, 0, 1
Luminance
0.6971
Every format
| HEX | #badefc |
| RGB | rgb(186, 222, 252) |
| HSL | hsl(207, 92%, 86%) |
| CMYK | cmyk(26%, 12%, 0%, 1%) |
| LAB | lab(86.8 -5.2 -18.5) |
| LCH | lch(86.8 19.2 254.2) |
| OKLCH | oklch(0.884 0.056 243.6) |
Copy-ready code
/* CSS */
color: #badefc;
background-color: #badefc;
/* Tailwind (arbitrary) */
class="text-[#badefc] bg-[#badefc]"
/* SCSS */
$brand: #badefc;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.988)
/* Android */
Color.parseColor("#badefc")Accessibility — WCAG contrast
Aa
#badefc on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badefc on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue98.8%
CMYK percentages
Cyan26.2%
Magenta11.9%
Yellow0.0%
Key (black)1.2%
Color previews
#badefc text on a black background
contrast 14.94:1
Card sample
#badefc text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badefc;
Background color
Panel with #badefc background
background-color: #badefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badefc; background: linear-gradient(135deg, #badefc, #C2BAFC);