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