#bdfdfe
a pale, electric cyan · cool · closest name: white
RGB
189, 253, 254
HSL
181°, 97%, 87%
CMYK
26, 0, 0, 0
Luminance
0.8823
Every format
| HEX | #bdfdfe |
| RGB | rgb(189, 253, 254) |
| HSL | hsl(181, 97%, 87%) |
| CMYK | cmyk(26%, 0%, 0%, 0%) |
| LAB | lab(95.3 -19.6 -7.0) |
| LCH | lch(95.3 20.8 199.5) |
| OKLCH | oklch(0.952 0.064 197.3) |
Copy-ready code
/* CSS */
color: #bdfdfe;
background-color: #bdfdfe;
/* Tailwind (arbitrary) */
class="text-[#bdfdfe] bg-[#bdfdfe]"
/* SCSS */
$brand: #bdfdfe;
/* SwiftUI */
Color(red: 0.741, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#bdfdfe")Accessibility — WCAG contrast
Aa
#bdfdfe on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfdfe on black: 18.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.2%
Blue99.6%
CMYK percentages
Cyan25.6%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#bdfdfe text on a black background
contrast 18.65:1
Card sample
#bdfdfe text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfdfe;
Background color
Panel with #bdfdfe background
background-color: #bdfdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfdfe; background: linear-gradient(135deg, #bdfdfe, #BDD2FE);