#bdf7fb
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 247, 251
HSL
184°, 89%, 86%
CMYK
25, 2, 0, 2
Luminance
0.8431
Every format
| HEX | #bdf7fb |
| RGB | rgb(189, 247, 251) |
| HSL | hsl(184, 89%, 86%) |
| CMYK | cmyk(25%, 2%, 0%, 2%) |
| LAB | lab(93.6 -17.3 -7.9) |
| LCH | lch(93.6 19.0 204.5) |
| OKLCH | oklch(0.938 0.059 201.5) |
Copy-ready code
/* CSS */
color: #bdf7fb;
background-color: #bdf7fb;
/* Tailwind (arbitrary) */
class="text-[#bdf7fb] bg-[#bdf7fb]"
/* SCSS */
$brand: #bdf7fb;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.984)
/* Android */
Color.parseColor("#bdf7fb")Accessibility — WCAG contrast
Aa
#bdf7fb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf7fb on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue98.4%
CMYK percentages
Cyan24.7%
Magenta1.6%
Yellow0.0%
Key (black)1.6%
Color previews
#bdf7fb text on a black background
contrast 17.86:1
Card sample
#bdf7fb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf7fb;
Background color
Panel with #bdf7fb background
background-color: #bdf7fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf7fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf7fb; background: linear-gradient(135deg, #bdf7fb, #BDCEFB);