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