#badcfb
a pale, electric blue · cool · closest name: skyblue
RGB
186, 220, 251
HSL
209°, 89%, 86%
CMYK
26, 12, 0, 2
Luminance
0.6859
Every format
| HEX | #badcfb |
| RGB | rgb(186, 220, 251) |
| HSL | hsl(209, 89%, 86%) |
| CMYK | cmyk(26%, 12%, 0%, 2%) |
| LAB | lab(86.3 -4.4 -18.8) |
| LCH | lch(86.3 19.3 256.7) |
| OKLCH | oklch(0.880 0.056 246.0) |
Copy-ready code
/* CSS */
color: #badcfb;
background-color: #badcfb;
/* Tailwind (arbitrary) */
class="text-[#badcfb] bg-[#badcfb]"
/* SCSS */
$brand: #badcfb;
/* SwiftUI */
Color(red: 0.729, green: 0.863, blue: 0.984)
/* Android */
Color.parseColor("#badcfb")Accessibility — WCAG contrast
Aa
#badcfb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badcfb on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green86.3%
Blue98.4%
CMYK percentages
Cyan25.9%
Magenta12.4%
Yellow0.0%
Key (black)1.6%
Color previews
#badcfb text on a black background
contrast 14.72:1
Card sample
#badcfb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badcfb;
Background color
Panel with #badcfb background
background-color: #badcfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badcfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 220, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 220, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badcfb; background: linear-gradient(135deg, #badcfb, #C3BAFB);