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