#bdeefd
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 238, 253
HSL
194°, 94%, 87%
CMYK
25, 6, 0, 1
Luminance
0.7906
Every format
| HEX | #bdeefd |
| RGB | rgb(189, 238, 253) |
| HSL | hsl(194, 94%, 87%) |
| CMYK | cmyk(25%, 6%, 0%, 1%) |
| LAB | lab(91.3 -12.3 -12.4) |
| LCH | lch(91.3 17.5 225.0) |
| OKLCH | oklch(0.920 0.054 218.4) |
Copy-ready code
/* CSS */
color: #bdeefd;
background-color: #bdeefd;
/* Tailwind (arbitrary) */
class="text-[#bdeefd] bg-[#bdeefd]"
/* SCSS */
$brand: #bdeefd;
/* SwiftUI */
Color(red: 0.741, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#bdeefd")Accessibility — WCAG contrast
Aa
#bdeefd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdeefd on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.3%
Blue99.2%
CMYK percentages
Cyan25.3%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#bdeefd text on a black background
contrast 16.81:1
Card sample
#bdeefd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdeefd;
Background color
Panel with #bdeefd background
background-color: #bdeefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdeefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdeefd; background: linear-gradient(135deg, #bdeefd, #BDC3FD);