#bdf9f8
a pale, electric cyan · cool · closest name: white
RGB
189, 249, 248
HSL
179°, 83%, 86%
CMYK
24, 0, 0, 2
Luminance
0.8535
Every format
| HEX | #bdf9f8 |
| RGB | rgb(189, 249, 248) |
| HSL | hsl(179, 83%, 86%) |
| CMYK | cmyk(24%, 0%, 0%, 2%) |
| LAB | lab(94.0 -18.9 -5.7) |
| LCH | lch(94.0 19.7 196.6) |
| OKLCH | oklch(0.941 0.060 194.9) |
Copy-ready code
/* CSS */
color: #bdf9f8;
background-color: #bdf9f8;
/* Tailwind (arbitrary) */
class="text-[#bdf9f8] bg-[#bdf9f8]"
/* SCSS */
$brand: #bdf9f8;
/* SwiftUI */
Color(red: 0.741, green: 0.976, blue: 0.973)
/* Android */
Color.parseColor("#bdf9f8")Accessibility — WCAG contrast
Aa
#bdf9f8 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf9f8 on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.6%
Blue97.3%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow0.4%
Key (black)2.4%
Color previews
#bdf9f8 text on a black background
contrast 18.07:1
Card sample
#bdf9f8 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf9f8;
Background color
Panel with #bdf9f8 background
background-color: #bdf9f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf9f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 249, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 249, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf9f8; background: linear-gradient(135deg, #bdf9f8, #BDD2F9);