#badcf6
a light, electric blue · cool · closest name: skyblue
RGB
186, 220, 246
HSL
206°, 77%, 85%
CMYK
24, 11, 0, 4
Luminance
0.6828
Every format
| HEX | #badcf6 |
| RGB | rgb(186, 220, 246) |
| HSL | hsl(206, 77%, 85%) |
| CMYK | cmyk(24%, 11%, 0%, 4%) |
| LAB | lab(86.1 -5.5 -16.4) |
| LCH | lch(86.1 17.3 251.3) |
| OKLCH | oklch(0.878 0.051 241.1) |
Copy-ready code
/* CSS */
color: #badcf6;
background-color: #badcf6;
/* Tailwind (arbitrary) */
class="text-[#badcf6] bg-[#badcf6]"
/* SCSS */
$brand: #badcf6;
/* SwiftUI */
Color(red: 0.729, green: 0.863, blue: 0.965)
/* Android */
Color.parseColor("#badcf6")Accessibility — WCAG contrast
Aa
#badcf6 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badcf6 on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green86.3%
Blue96.5%
CMYK percentages
Cyan24.4%
Magenta10.6%
Yellow0.0%
Key (black)3.5%
Color previews
#badcf6 text on a black background
contrast 14.66:1
Card sample
#badcf6 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badcf6;
Background color
Panel with #badcf6 background
background-color: #badcf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badcf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 220, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 220, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badcf6; background: linear-gradient(135deg, #badcf6, #C0BAF6);