#bdf8ff
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 248, 255
HSL
186°, 100%, 87%
CMYK
26, 3, 0, 0
Luminance
0.8517
Every format
| HEX | #bdf8ff |
| RGB | rgb(189, 248, 255) |
| HSL | hsl(186, 100%, 87%) |
| CMYK | cmyk(26%, 3%, 0%, 0%) |
| LAB | lab(94.0 -16.9 -9.4) |
| LCH | lch(94.0 19.3 209.1) |
| OKLCH | oklch(0.942 0.060 205.3) |
Copy-ready code
/* CSS */
color: #bdf8ff;
background-color: #bdf8ff;
/* Tailwind (arbitrary) */
class="text-[#bdf8ff] bg-[#bdf8ff]"
/* SCSS */
$brand: #bdf8ff;
/* SwiftUI */
Color(red: 0.741, green: 0.973, blue: 1.000)
/* Android */
Color.parseColor("#bdf8ff")Accessibility — WCAG contrast
Aa
#bdf8ff on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf8ff on black: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.3%
Blue100.0%
CMYK percentages
Cyan25.9%
Magenta2.7%
Yellow0.0%
Key (black)0.0%
Color previews
#bdf8ff text on a black background
contrast 18.03:1
Card sample
#bdf8ff text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf8ff;
Background color
Panel with #bdf8ff background
background-color: #bdf8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 248, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 248, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf8ff; background: linear-gradient(135deg, #bdf8ff, #BDCCFF);