#bdf7f9
a pale, electric cyan · cool · closest name: white
RGB
189, 247, 249
HSL
182°, 83%, 86%
CMYK
24, 1, 0, 2
Luminance
0.8418
Every format
| HEX | #bdf7f9 |
| RGB | rgb(189, 247, 249) |
| HSL | hsl(182, 83%, 86%) |
| CMYK | cmyk(24%, 1%, 0%, 2%) |
| LAB | lab(93.5 -17.7 -6.9) |
| LCH | lch(93.5 19.0 201.3) |
| OKLCH | oklch(0.938 0.058 198.8) |
Copy-ready code
/* CSS */
color: #bdf7f9;
background-color: #bdf7f9;
/* Tailwind (arbitrary) */
class="text-[#bdf7f9] bg-[#bdf7f9]"
/* SCSS */
$brand: #bdf7f9;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.976)
/* Android */
Color.parseColor("#bdf7f9")Accessibility — WCAG contrast
Aa
#bdf7f9 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf7f9 on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue97.6%
CMYK percentages
Cyan24.1%
Magenta0.8%
Yellow0.0%
Key (black)2.4%
Color previews
#bdf7f9 text on a black background
contrast 17.84:1
Card sample
#bdf7f9 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf7f9;
Background color
Panel with #bdf7f9 background
background-color: #bdf7f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf7f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf7f9; background: linear-gradient(135deg, #bdf7f9, #BDCFF9);