#bdf7fd
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 247, 253
HSL
186°, 94%, 87%
CMYK
25, 2, 0, 1
Luminance
0.8443
Every format
| HEX | #bdf7fd |
| RGB | rgb(189, 247, 253) |
| HSL | hsl(186, 94%, 87%) |
| CMYK | cmyk(25%, 2%, 0%, 1%) |
| LAB | lab(93.6 -16.8 -8.8) |
| LCH | lch(93.6 19.0 207.6) |
| OKLCH | oklch(0.939 0.059 204.1) |
Copy-ready code
/* CSS */
color: #bdf7fd;
background-color: #bdf7fd;
/* Tailwind (arbitrary) */
class="text-[#bdf7fd] bg-[#bdf7fd]"
/* SCSS */
$brand: #bdf7fd;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.992)
/* Android */
Color.parseColor("#bdf7fd")Accessibility — WCAG contrast
Aa
#bdf7fd on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf7fd on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue99.2%
CMYK percentages
Cyan25.3%
Magenta2.4%
Yellow0.0%
Key (black)0.8%
Color previews
#bdf7fd text on a black background
contrast 17.89:1
Card sample
#bdf7fd text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf7fd;
Background color
Panel with #bdf7fd background
background-color: #bdf7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf7fd; background: linear-gradient(135deg, #bdf7fd, #BDCCFD);