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