#bdfbfe
a pale, electric cyan · cool · closest name: white
RGB
189, 251, 254
HSL
183°, 97%, 87%
CMYK
26, 1, 0, 0
Luminance
0.8697
Every format
| HEX | #bdfbfe |
| RGB | rgb(189, 251, 254) |
| HSL | hsl(183, 97%, 87%) |
| CMYK | cmyk(26%, 1%, 0%, 0%) |
| LAB | lab(94.7 -18.6 -7.7) |
| LCH | lch(94.7 20.1 202.6) |
| OKLCH | oklch(0.948 0.062 199.9) |
Copy-ready code
/* CSS */
color: #bdfbfe;
background-color: #bdfbfe;
/* Tailwind (arbitrary) */
class="text-[#bdfbfe] bg-[#bdfbfe]"
/* SCSS */
$brand: #bdfbfe;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.996)
/* Android */
Color.parseColor("#bdfbfe")Accessibility — WCAG contrast
Aa
#bdfbfe on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfbfe on black: 18.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue99.6%
CMYK percentages
Cyan25.6%
Magenta1.2%
Yellow0.0%
Key (black)0.4%
Color previews
#bdfbfe text on a black background
contrast 18.39:1
Card sample
#bdfbfe text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfbfe;
Background color
Panel with #bdfbfe background
background-color: #bdfbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfbfe; background: linear-gradient(135deg, #bdfbfe, #BDD0FE);