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