#bdf9fe
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 249, 254
HSL
185°, 97%, 87%
CMYK
26, 2, 0, 0
Luminance
0.8573
Every format
| HEX | #bdf9fe |
| RGB | rgb(189, 249, 254) |
| HSL | hsl(185, 97%, 87%) |
| CMYK | cmyk(26%, 2%, 0%, 0%) |
| LAB | lab(94.2 -17.6 -8.5) |
| LCH | lch(94.2 19.6 205.8) |
| OKLCH | oklch(0.943 0.060 202.6) |
Copy-ready code
/* CSS */
color: #bdf9fe;
background-color: #bdf9fe;
/* Tailwind (arbitrary) */
class="text-[#bdf9fe] bg-[#bdf9fe]"
/* SCSS */
$brand: #bdf9fe;
/* SwiftUI */
Color(red: 0.741, green: 0.976, blue: 0.996)
/* Android */
Color.parseColor("#bdf9fe")Accessibility — WCAG contrast
Aa
#bdf9fe on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf9fe on black: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.6%
Blue99.6%
CMYK percentages
Cyan25.6%
Magenta2.0%
Yellow0.0%
Key (black)0.4%
Color previews
#bdf9fe text on a black background
contrast 18.15:1
Card sample
#bdf9fe text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf9fe;
Background color
Panel with #bdf9fe background
background-color: #bdf9fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf9fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 249, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 249, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf9fe; background: linear-gradient(135deg, #bdf9fe, #BDCEFE);