#badcf7
a light, electric blue · cool · closest name: skyblue
RGB
186, 220, 247
HSL
207°, 79%, 85%
CMYK
25, 11, 0, 3
Luminance
0.6834
Every format
| HEX | #badcf7 |
| RGB | rgb(186, 220, 247) |
| HSL | hsl(207, 79%, 85%) |
| CMYK | cmyk(25%, 11%, 0%, 3%) |
| LAB | lab(86.2 -5.3 -16.9) |
| LCH | lch(86.2 17.7 252.5) |
| OKLCH | oklch(0.879 0.052 242.2) |
Copy-ready code
/* CSS */
color: #badcf7;
background-color: #badcf7;
/* Tailwind (arbitrary) */
class="text-[#badcf7] bg-[#badcf7]"
/* SCSS */
$brand: #badcf7;
/* SwiftUI */
Color(red: 0.729, green: 0.863, blue: 0.969)
/* Android */
Color.parseColor("#badcf7")Accessibility — WCAG contrast
Aa
#badcf7 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badcf7 on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green86.3%
Blue96.9%
CMYK percentages
Cyan24.7%
Magenta10.9%
Yellow0.0%
Key (black)3.1%
Color previews
#badcf7 text on a black background
contrast 14.67:1
Card sample
#badcf7 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badcf7;
Background color
Panel with #badcf7 background
background-color: #badcf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badcf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 220, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 220, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badcf7; background: linear-gradient(135deg, #badcf7, #C1BAF7);