#bdebff
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 235, 255
HSL
198°, 100%, 87%
CMYK
26, 8, 0, 0
Luminance
0.7746
Every format
| HEX | #bdebff |
| RGB | rgb(189, 235, 255) |
| HSL | hsl(198, 100%, 87%) |
| CMYK | cmyk(26%, 8%, 0%, 0%) |
| LAB | lab(90.5 -10.4 -14.5) |
| LCH | lch(90.5 17.8 234.4) |
| OKLCH | oklch(0.914 0.055 226.2) |
Copy-ready code
/* CSS */
color: #bdebff;
background-color: #bdebff;
/* Tailwind (arbitrary) */
class="text-[#bdebff] bg-[#bdebff]"
/* SCSS */
$brand: #bdebff;
/* SwiftUI */
Color(red: 0.741, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#bdebff")Accessibility — WCAG contrast
Aa
#bdebff on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdebff on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green92.2%
Blue100.0%
CMYK percentages
Cyan25.9%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#bdebff text on a black background
contrast 16.49:1
Card sample
#bdebff text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdebff;
Background color
Panel with #bdebff background
background-color: #bdebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdebff; background: linear-gradient(135deg, #bdebff, #BDBFFF);