#badef3
a light, vivid blue · cool · closest name: skyblue
RGB
186, 222, 243
HSL
202°, 70%, 84%
CMYK
24, 9, 0, 5
Luminance
0.6915
Every format
| HEX | #badef3 |
| RGB | rgb(186, 222, 243) |
| HSL | hsl(202, 70%, 84%) |
| CMYK | cmyk(24%, 9%, 0%, 5%) |
| LAB | lab(86.6 -7.3 -14.1) |
| LCH | lch(86.6 15.9 242.9) |
| OKLCH | oklch(0.881 0.048 233.7) |
Copy-ready code
/* CSS */
color: #badef3;
background-color: #badef3;
/* Tailwind (arbitrary) */
class="text-[#badef3] bg-[#badef3]"
/* SCSS */
$brand: #badef3;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.953)
/* Android */
Color.parseColor("#badef3")Accessibility — WCAG contrast
Aa
#badef3 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badef3 on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue95.3%
CMYK percentages
Cyan23.5%
Magenta8.6%
Yellow0.0%
Key (black)4.7%
Color previews
#badef3 text on a black background
contrast 14.83:1
Card sample
#badef3 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badef3;
Background color
Panel with #badef3 background
background-color: #badef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badef3; background: linear-gradient(135deg, #badef3, #BCBAF3);