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