#bdfbfa
a pale, electric cyan · cool · closest name: white
RGB
189, 251, 250
HSL
179°, 89%, 86%
CMYK
25, 0, 0, 2
Luminance
0.8672
Every format
| HEX | #bdfbfa |
| RGB | rgb(189, 251, 250) |
| HSL | hsl(179, 89%, 86%) |
| CMYK | cmyk(25%, 0%, 0%, 2%) |
| LAB | lab(94.6 -19.5 -5.8) |
| LCH | lch(94.6 20.3 196.7) |
| OKLCH | oklch(0.946 0.062 194.9) |
Copy-ready code
/* CSS */
color: #bdfbfa;
background-color: #bdfbfa;
/* Tailwind (arbitrary) */
class="text-[#bdfbfa] bg-[#bdfbfa]"
/* SCSS */
$brand: #bdfbfa;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.980)
/* Android */
Color.parseColor("#bdfbfa")Accessibility — WCAG contrast
Aa
#bdfbfa on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfbfa on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue98.0%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow0.4%
Key (black)1.6%
Color previews
#bdfbfa text on a black background
contrast 18.34:1
Card sample
#bdfbfa text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfbfa;
Background color
Panel with #bdfbfa background
background-color: #bdfbfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfbfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfbfa; background: linear-gradient(135deg, #bdfbfa, #BDD3FB);