#bdf5fc
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 245, 252
HSL
187°, 91%, 87%
CMYK
25, 3, 0, 1
Luminance
0.8315
Every format
| HEX | #bdf5fc |
| RGB | rgb(189, 245, 252) |
| HSL | hsl(187, 91%, 87%) |
| CMYK | cmyk(25%, 3%, 0%, 1%) |
| LAB | lab(93.1 -16.1 -9.1) |
| LCH | lch(93.1 18.5 209.6) |
| OKLCH | oklch(0.934 0.057 205.7) |
Copy-ready code
/* CSS */
color: #bdf5fc;
background-color: #bdf5fc;
/* Tailwind (arbitrary) */
class="text-[#bdf5fc] bg-[#bdf5fc]"
/* SCSS */
$brand: #bdf5fc;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 0.988)
/* Android */
Color.parseColor("#bdf5fc")Accessibility — WCAG contrast
Aa
#bdf5fc on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf5fc on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue98.8%
CMYK percentages
Cyan25.0%
Magenta2.8%
Yellow0.0%
Key (black)1.2%
Color previews
#bdf5fc text on a black background
contrast 17.63:1
Card sample
#bdf5fc text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf5fc;
Background color
Panel with #bdf5fc background
background-color: #bdf5fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf5fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf5fc; background: linear-gradient(135deg, #bdf5fc, #BDCBFC);