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