#bdf3ff
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 243, 255
HSL
191°, 100%, 87%
CMYK
26, 5, 0, 0
Luminance
0.8214
Every format
| HEX | #bdf3ff |
| RGB | rgb(189, 243, 255) |
| HSL | hsl(191, 100%, 87%) |
| CMYK | cmyk(26%, 5%, 0%, 0%) |
| LAB | lab(92.6 -14.4 -11.3) |
| LCH | lch(92.6 18.3 218.2) |
| OKLCH | oklch(0.931 0.057 212.8) |
Copy-ready code
/* CSS */
color: #bdf3ff;
background-color: #bdf3ff;
/* Tailwind (arbitrary) */
class="text-[#bdf3ff] bg-[#bdf3ff]"
/* SCSS */
$brand: #bdf3ff;
/* SwiftUI */
Color(red: 0.741, green: 0.953, blue: 1.000)
/* Android */
Color.parseColor("#bdf3ff")Accessibility — WCAG contrast
Aa
#bdf3ff on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf3ff on black: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.3%
Blue100.0%
CMYK percentages
Cyan25.9%
Magenta4.7%
Yellow0.0%
Key (black)0.0%
Color previews
#bdf3ff text on a black background
contrast 17.43:1
Card sample
#bdf3ff text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf3ff;
Background color
Panel with #bdf3ff background
background-color: #bdf3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 243, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 243, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf3ff; background: linear-gradient(135deg, #bdf3ff, #BDC7FF);