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