#badefa
a pale, electric blue · cool · closest name: skyblue
RGB
186, 222, 250
HSL
206°, 87%, 86%
CMYK
26, 11, 0, 2
Luminance
0.6958
Every format
| HEX | #badefa |
| RGB | rgb(186, 222, 250) |
| HSL | hsl(206, 87%, 86%) |
| CMYK | cmyk(26%, 11%, 0%, 2%) |
| LAB | lab(86.8 -5.7 -17.5) |
| LCH | lch(86.8 18.4 252.0) |
| OKLCH | oklch(0.884 0.054 241.7) |
Copy-ready code
/* CSS */
color: #badefa;
background-color: #badefa;
/* Tailwind (arbitrary) */
class="text-[#badefa] bg-[#badefa]"
/* SCSS */
$brand: #badefa;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.980)
/* Android */
Color.parseColor("#badefa")Accessibility — WCAG contrast
Aa
#badefa on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badefa on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue98.0%
CMYK percentages
Cyan25.6%
Magenta11.2%
Yellow0.0%
Key (black)2.0%
Color previews
#badefa text on a black background
contrast 14.92:1
Card sample
#badefa text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badefa;
Background color
Panel with #badefa background
background-color: #badefa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badefa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badefa; background: linear-gradient(135deg, #badefa, #C1BAFA);