#bdfcfd
a pale, electric cyan · cool · closest name: white
RGB
189, 252, 253
HSL
181°, 94%, 87%
CMYK
25, 0, 0, 1
Luminance
0.8753
Every format
| HEX | #bdfcfd |
| RGB | rgb(189, 252, 253) |
| HSL | hsl(181, 94%, 87%) |
| CMYK | cmyk(25%, 0%, 0%, 1%) |
| LAB | lab(95.0 -19.3 -6.9) |
| LCH | lch(95.0 20.5 199.6) |
| OKLCH | oklch(0.949 0.063 197.4) |
Copy-ready code
/* CSS */
color: #bdfcfd;
background-color: #bdfcfd;
/* Tailwind (arbitrary) */
class="text-[#bdfcfd] bg-[#bdfcfd]"
/* SCSS */
$brand: #bdfcfd;
/* SwiftUI */
Color(red: 0.741, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#bdfcfd")Accessibility — WCAG contrast
Aa
#bdfcfd on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfcfd on black: 18.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.8%
Blue99.2%
CMYK percentages
Cyan25.3%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#bdfcfd text on a black background
contrast 18.51:1
Card sample
#bdfcfd text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfcfd;
Background color
Panel with #bdfcfd background
background-color: #bdfcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfcfd; background: linear-gradient(135deg, #bdfcfd, #BDD1FD);