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