#bdf5ff
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 245, 255
HSL
189°, 100%, 87%
CMYK
26, 4, 0, 0
Luminance
0.8334
Every format
| HEX | #bdf5ff |
| RGB | rgb(189, 245, 255) |
| HSL | hsl(189, 100%, 87%) |
| CMYK | cmyk(26%, 4%, 0%, 0%) |
| LAB | lab(93.2 -15.4 -10.6) |
| LCH | lch(93.2 18.7 214.4) |
| OKLCH | oklch(0.935 0.058 209.7) |
Copy-ready code
/* CSS */
color: #bdf5ff;
background-color: #bdf5ff;
/* Tailwind (arbitrary) */
class="text-[#bdf5ff] bg-[#bdf5ff]"
/* SCSS */
$brand: #bdf5ff;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 1.000)
/* Android */
Color.parseColor("#bdf5ff")Accessibility — WCAG contrast
Aa
#bdf5ff on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf5ff on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue100.0%
CMYK percentages
Cyan25.9%
Magenta3.9%
Yellow0.0%
Key (black)0.0%
Color previews
#bdf5ff text on a black background
contrast 17.67:1
Card sample
#bdf5ff text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf5ff;
Background color
Panel with #bdf5ff background
background-color: #bdf5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf5ff; background: linear-gradient(135deg, #bdf5ff, #BDC9FF);