#bdf3fa
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 243, 250
HSL
187°, 86%, 86%
CMYK
24, 3, 0, 2
Luminance
0.8182
Every format
| HEX | #bdf3fa |
| RGB | rgb(189, 243, 250) |
| HSL | hsl(187, 86%, 86%) |
| CMYK | cmyk(24%, 3%, 0%, 2%) |
| LAB | lab(92.5 -15.5 -9.0) |
| LCH | lch(92.5 17.9 210.0) |
| OKLCH | oklch(0.929 0.056 206.1) |
Copy-ready code
/* CSS */
color: #bdf3fa;
background-color: #bdf3fa;
/* Tailwind (arbitrary) */
class="text-[#bdf3fa] bg-[#bdf3fa]"
/* SCSS */
$brand: #bdf3fa;
/* SwiftUI */
Color(red: 0.741, green: 0.953, blue: 0.980)
/* Android */
Color.parseColor("#bdf3fa")Accessibility — WCAG contrast
Aa
#bdf3fa on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf3fa on black: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.3%
Blue98.0%
CMYK percentages
Cyan24.4%
Magenta2.8%
Yellow0.0%
Key (black)2.0%
Color previews
#bdf3fa text on a black background
contrast 17.36:1
Card sample
#bdf3fa text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf3fa;
Background color
Panel with #bdf3fa background
background-color: #bdf3fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf3fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 243, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 243, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf3fa; background: linear-gradient(135deg, #bdf3fa, #BDCAFA);