#badef4
a light, vivid blue · cool · closest name: skyblue
RGB
186, 222, 244
HSL
203°, 73%, 84%
CMYK
24, 9, 0, 4
Luminance
0.6921
Every format
| HEX | #badef4 |
| RGB | rgb(186, 222, 244) |
| HSL | hsl(203, 73%, 84%) |
| CMYK | cmyk(24%, 9%, 0%, 4%) |
| LAB | lab(86.6 -7.0 -14.6) |
| LCH | lch(86.6 16.2 244.3) |
| OKLCH | oklch(0.882 0.049 234.9) |
Copy-ready code
/* CSS */
color: #badef4;
background-color: #badef4;
/* Tailwind (arbitrary) */
class="text-[#badef4] bg-[#badef4]"
/* SCSS */
$brand: #badef4;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.957)
/* Android */
Color.parseColor("#badef4")Accessibility — WCAG contrast
Aa
#badef4 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badef4 on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue95.7%
CMYK percentages
Cyan23.8%
Magenta9.0%
Yellow0.0%
Key (black)4.3%
Color previews
#badef4 text on a black background
contrast 14.84:1
Card sample
#badef4 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badef4;
Background color
Panel with #badef4 background
background-color: #badef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badef4; background: linear-gradient(135deg, #badef4, #BDBAF4);