#bdf1f9
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 241, 249
HSL
188°, 83%, 86%
CMYK
24, 3, 0, 2
Luminance
0.8057
Every format
| HEX | #bdf1f9 |
| RGB | rgb(189, 241, 249) |
| HSL | hsl(188, 83%, 86%) |
| CMYK | cmyk(24%, 3%, 0%, 2%) |
| LAB | lab(91.9 -14.7 -9.3) |
| LCH | lch(91.9 17.4 212.2) |
| OKLCH | oklch(0.925 0.054 207.9) |
Copy-ready code
/* CSS */
color: #bdf1f9;
background-color: #bdf1f9;
/* Tailwind (arbitrary) */
class="text-[#bdf1f9] bg-[#bdf1f9]"
/* SCSS */
$brand: #bdf1f9;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.976)
/* Android */
Color.parseColor("#bdf1f9")Accessibility — WCAG contrast
Aa
#bdf1f9 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf1f9 on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue97.6%
CMYK percentages
Cyan24.1%
Magenta3.2%
Yellow0.0%
Key (black)2.4%
Color previews
#bdf1f9 text on a black background
contrast 17.11:1
Card sample
#bdf1f9 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf1f9;
Background color
Panel with #bdf1f9 background
background-color: #bdf1f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf1f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf1f9; background: linear-gradient(135deg, #bdf1f9, #BDC9F9);