#badef9
a pale, electric blue · cool · closest name: skyblue
RGB
186, 222, 249
HSL
206°, 84%, 85%
CMYK
25, 11, 0, 2
Luminance
0.6952
Every format
| HEX | #badef9 |
| RGB | rgb(186, 222, 249) |
| HSL | hsl(206, 84%, 85%) |
| CMYK | cmyk(25%, 11%, 0%, 2%) |
| LAB | lab(86.8 -5.9 -17.0) |
| LCH | lch(86.8 18.0 250.9) |
| OKLCH | oklch(0.883 0.053 240.6) |
Copy-ready code
/* CSS */
color: #badef9;
background-color: #badef9;
/* Tailwind (arbitrary) */
class="text-[#badef9] bg-[#badef9]"
/* SCSS */
$brand: #badef9;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.976)
/* Android */
Color.parseColor("#badef9")Accessibility — WCAG contrast
Aa
#badef9 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badef9 on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue97.6%
CMYK percentages
Cyan25.3%
Magenta10.8%
Yellow0.0%
Key (black)2.4%
Color previews
#badef9 text on a black background
contrast 14.90:1
Card sample
#badef9 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badef9;
Background color
Panel with #badef9 background
background-color: #badef9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badef9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badef9; background: linear-gradient(135deg, #badef9, #C0BAF9);