#bdf1fc
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 241, 252
HSL
191°, 91%, 87%
CMYK
25, 4, 0, 1
Luminance
0.8076
Every format
| HEX | #bdf1fc |
| RGB | rgb(189, 241, 252) |
| HSL | hsl(191, 91%, 87%) |
| CMYK | cmyk(25%, 4%, 0%, 1%) |
| LAB | lab(92.0 -14.1 -10.7) |
| LCH | lch(92.0 17.7 217.3) |
| OKLCH | oklch(0.926 0.055 212.0) |
Copy-ready code
/* CSS */
color: #bdf1fc;
background-color: #bdf1fc;
/* Tailwind (arbitrary) */
class="text-[#bdf1fc] bg-[#bdf1fc]"
/* SCSS */
$brand: #bdf1fc;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.988)
/* Android */
Color.parseColor("#bdf1fc")Accessibility — WCAG contrast
Aa
#bdf1fc on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf1fc on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue98.8%
CMYK percentages
Cyan25.0%
Magenta4.4%
Yellow0.0%
Key (black)1.2%
Color previews
#bdf1fc text on a black background
contrast 17.15:1
Card sample
#bdf1fc text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf1fc;
Background color
Panel with #bdf1fc background
background-color: #bdf1fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf1fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf1fc; background: linear-gradient(135deg, #bdf1fc, #BDC7FC);