#bde5ff
a pale, electric blue · cool · closest name: skyblue
RGB
189, 229, 255
HSL
204°, 100%, 87%
CMYK
26, 10, 0, 0
Luminance
0.7408
Every format
| HEX | #bde5ff |
| RGB | rgb(189, 229, 255) |
| HSL | hsl(204, 100%, 87%) |
| CMYK | cmyk(26%, 10%, 0%, 0%) |
| LAB | lab(89.0 -7.3 -16.9) |
| LCH | lch(89.0 18.4 246.6) |
| OKLCH | oklch(0.902 0.055 236.7) |
Copy-ready code
/* CSS */
color: #bde5ff;
background-color: #bde5ff;
/* Tailwind (arbitrary) */
class="text-[#bde5ff] bg-[#bde5ff]"
/* SCSS */
$brand: #bde5ff;
/* SwiftUI */
Color(red: 0.741, green: 0.898, blue: 1.000)
/* Android */
Color.parseColor("#bde5ff")Accessibility — WCAG contrast
Aa
#bde5ff on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bde5ff on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green89.8%
Blue100.0%
CMYK percentages
Cyan25.9%
Magenta10.2%
Yellow0.0%
Key (black)0.0%
Color previews
#bde5ff text on a black background
contrast 15.82:1
Card sample
#bde5ff text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bde5ff;
Background color
Panel with #bde5ff background
background-color: #bde5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bde5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 229, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 229, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bde5ff; background: linear-gradient(135deg, #bde5ff, #C1BDFF);