#bde0ff
a pale, electric blue · cool · closest name: lavender
RGB
189, 224, 255
HSL
208°, 100%, 87%
CMYK
26, 12, 0, 0
Luminance
0.7135
Every format
| HEX | #bde0ff |
| RGB | rgb(189, 224, 255) |
| HSL | hsl(208, 100%, 87%) |
| CMYK | cmyk(26%, 12%, 0%, 0%) |
| LAB | lab(87.7 -4.7 -18.8) |
| LCH | lch(87.7 19.4 255.9) |
| OKLCH | oklch(0.892 0.057 245.2) |
Copy-ready code
/* CSS */
color: #bde0ff;
background-color: #bde0ff;
/* Tailwind (arbitrary) */
class="text-[#bde0ff] bg-[#bde0ff]"
/* SCSS */
$brand: #bde0ff;
/* SwiftUI */
Color(red: 0.741, green: 0.878, blue: 1.000)
/* Android */
Color.parseColor("#bde0ff")Accessibility — WCAG contrast
Aa
#bde0ff on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bde0ff on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green87.8%
Blue100.0%
CMYK percentages
Cyan25.9%
Magenta12.2%
Yellow0.0%
Key (black)0.0%
Color previews
#bde0ff text on a black background
contrast 15.27:1
Card sample
#bde0ff text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bde0ff;
Background color
Panel with #bde0ff background
background-color: #bde0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bde0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 224, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 224, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bde0ff; background: linear-gradient(135deg, #bde0ff, #C6BDFF);