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