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