#bdf3fd
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 243, 253
HSL
189°, 94%, 87%
CMYK
25, 4, 0, 1
Luminance
0.8201
Every format
| HEX | #bdf3fd |
| RGB | rgb(189, 243, 253) |
| HSL | hsl(189, 94%, 87%) |
| CMYK | cmyk(25%, 4%, 0%, 1%) |
| LAB | lab(92.6 -14.8 -10.4) |
| LCH | lch(92.6 18.1 215.0) |
| OKLCH | oklch(0.930 0.056 210.2) |
Copy-ready code
/* CSS */
color: #bdf3fd;
background-color: #bdf3fd;
/* Tailwind (arbitrary) */
class="text-[#bdf3fd] bg-[#bdf3fd]"
/* SCSS */
$brand: #bdf3fd;
/* SwiftUI */
Color(red: 0.741, green: 0.953, blue: 0.992)
/* Android */
Color.parseColor("#bdf3fd")Accessibility — WCAG contrast
Aa
#bdf3fd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf3fd on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.3%
Blue99.2%
CMYK percentages
Cyan25.3%
Magenta4.0%
Yellow0.0%
Key (black)0.8%
Color previews
#bdf3fd text on a black background
contrast 17.40:1
Card sample
#bdf3fd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf3fd;
Background color
Panel with #bdf3fd background
background-color: #bdf3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 243, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 243, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf3fd; background: linear-gradient(135deg, #bdf3fd, #BDC8FD);