#bdecfd
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 236, 253
HSL
196°, 94%, 87%
CMYK
25, 7, 0, 1
Luminance
0.7790
Every format
| HEX | #bdecfd |
| RGB | rgb(189, 236, 253) |
| HSL | hsl(196, 94%, 87%) |
| CMYK | cmyk(25%, 7%, 0%, 1%) |
| LAB | lab(90.7 -11.3 -13.2) |
| LCH | lch(90.7 17.4 229.3) |
| OKLCH | oklch(0.916 0.054 221.9) |
Copy-ready code
/* CSS */
color: #bdecfd;
background-color: #bdecfd;
/* Tailwind (arbitrary) */
class="text-[#bdecfd] bg-[#bdecfd]"
/* SCSS */
$brand: #bdecfd;
/* SwiftUI */
Color(red: 0.741, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#bdecfd")Accessibility — WCAG contrast
Aa
#bdecfd on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdecfd on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green92.5%
Blue99.2%
CMYK percentages
Cyan25.3%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#bdecfd text on a black background
contrast 16.58:1
Card sample
#bdecfd text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdecfd;
Background color
Panel with #bdecfd background
background-color: #bdecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdecfd; background: linear-gradient(135deg, #bdecfd, #BDC2FD);