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