#badef1
a light, vivid blue · cool · closest name: skyblue
RGB
186, 222, 241
HSL
201°, 66%, 84%
CMYK
23, 8, 0, 6
Luminance
0.6903
Every format
| HEX | #badef1 |
| RGB | rgb(186, 222, 241) |
| HSL | hsl(201, 66%, 84%) |
| CMYK | cmyk(23%, 8%, 0%, 6%) |
| LAB | lab(86.5 -7.7 -13.2) |
| LCH | lch(86.5 15.3 239.7) |
| OKLCH | oklch(0.881 0.046 231.0) |
Copy-ready code
/* CSS */
color: #badef1;
background-color: #badef1;
/* Tailwind (arbitrary) */
class="text-[#badef1] bg-[#badef1]"
/* SCSS */
$brand: #badef1;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.945)
/* Android */
Color.parseColor("#badef1")Accessibility — WCAG contrast
Aa
#badef1 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badef1 on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue94.5%
CMYK percentages
Cyan22.8%
Magenta7.9%
Yellow0.0%
Key (black)5.5%
Color previews
#badef1 text on a black background
contrast 14.81:1
Card sample
#badef1 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badef1;
Background color
Panel with #badef1 background
background-color: #badef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badef1; background: linear-gradient(135deg, #badef1, #BBBAF1);