#badafc
a pale, electric blue · cool · closest name: skyblue
RGB
186, 218, 252
HSL
211°, 92%, 86%
CMYK
26, 14, 0, 1
Luminance
0.6761
Every format
| HEX | #badafc |
| RGB | rgb(186, 218, 252) |
| HSL | hsl(211, 92%, 86%) |
| CMYK | cmyk(26%, 14%, 0%, 1%) |
| LAB | lab(85.8 -3.1 -20.0) |
| LCH | lch(85.8 20.3 261.1) |
| OKLCH | oklch(0.876 0.058 250.1) |
Copy-ready code
/* CSS */
color: #badafc;
background-color: #badafc;
/* Tailwind (arbitrary) */
class="text-[#badafc] bg-[#badafc]"
/* SCSS */
$brand: #badafc;
/* SwiftUI */
Color(red: 0.729, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#badafc")Accessibility — WCAG contrast
Aa
#badafc on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badafc on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green85.5%
Blue98.8%
CMYK percentages
Cyan26.2%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#badafc text on a black background
contrast 14.52:1
Card sample
#badafc text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badafc;
Background color
Panel with #badafc background
background-color: #badafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badafc; background: linear-gradient(135deg, #badafc, #C6BAFC);