#bdf8fc
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 248, 252
HSL
184°, 91%, 87%
CMYK
25, 2, 0, 1
Luminance
0.8498
Every format
| HEX | #bdf8fc |
| RGB | rgb(189, 248, 252) |
| HSL | hsl(184, 91%, 87%) |
| CMYK | cmyk(25%, 2%, 0%, 1%) |
| LAB | lab(93.9 -17.6 -8.0) |
| LCH | lch(93.9 19.3 204.4) |
| OKLCH | oklch(0.941 0.059 201.4) |
Copy-ready code
/* CSS */
color: #bdf8fc;
background-color: #bdf8fc;
/* Tailwind (arbitrary) */
class="text-[#bdf8fc] bg-[#bdf8fc]"
/* SCSS */
$brand: #bdf8fc;
/* SwiftUI */
Color(red: 0.741, green: 0.973, blue: 0.988)
/* Android */
Color.parseColor("#bdf8fc")Accessibility — WCAG contrast
Aa
#bdf8fc on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf8fc on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.3%
Blue98.8%
CMYK percentages
Cyan25.0%
Magenta1.6%
Yellow0.0%
Key (black)1.2%
Color previews
#bdf8fc text on a black background
contrast 18.00:1
Card sample
#bdf8fc text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf8fc;
Background color
Panel with #bdf8fc background
background-color: #bdf8fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf8fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 248, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 248, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf8fc; background: linear-gradient(135deg, #bdf8fc, #BDCEFC);