#bdeefe
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 238, 254
HSL
195°, 97%, 87%
CMYK
26, 6, 0, 0
Luminance
0.7912
Every format
| HEX | #bdeefe |
| RGB | rgb(189, 238, 254) |
| HSL | hsl(195, 97%, 87%) |
| CMYK | cmyk(26%, 6%, 0%, 0%) |
| LAB | lab(91.3 -12.1 -12.8) |
| LCH | lch(91.3 17.7 226.7) |
| OKLCH | oklch(0.920 0.055 219.8) |
Copy-ready code
/* CSS */
color: #bdeefe;
background-color: #bdeefe;
/* Tailwind (arbitrary) */
class="text-[#bdeefe] bg-[#bdeefe]"
/* SCSS */
$brand: #bdeefe;
/* SwiftUI */
Color(red: 0.741, green: 0.933, blue: 0.996)
/* Android */
Color.parseColor("#bdeefe")Accessibility — WCAG contrast
Aa
#bdeefe on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdeefe on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.3%
Blue99.6%
CMYK percentages
Cyan25.6%
Magenta6.3%
Yellow0.0%
Key (black)0.4%
Color previews
#bdeefe text on a black background
contrast 16.82:1
Card sample
#bdeefe text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdeefe;
Background color
Panel with #bdeefe background
background-color: #bdeefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdeefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 238, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 238, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdeefe; background: linear-gradient(135deg, #bdeefe, #BDC3FE);