#bdeefa
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 238, 250
HSL
192°, 86%, 86%
CMYK
24, 5, 0, 2
Luminance
0.7887
Every format
| HEX | #bdeefa |
| RGB | rgb(189, 238, 250) |
| HSL | hsl(192, 86%, 86%) |
| CMYK | cmyk(24%, 5%, 0%, 2%) |
| LAB | lab(91.2 -13.0 -10.9) |
| LCH | lch(91.2 17.0 220.0) |
| OKLCH | oklch(0.919 0.053 214.3) |
Copy-ready code
/* CSS */
color: #bdeefa;
background-color: #bdeefa;
/* Tailwind (arbitrary) */
class="text-[#bdeefa] bg-[#bdeefa]"
/* SCSS */
$brand: #bdeefa;
/* SwiftUI */
Color(red: 0.741, green: 0.933, blue: 0.980)
/* Android */
Color.parseColor("#bdeefa")Accessibility — WCAG contrast
Aa
#bdeefa on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdeefa on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.3%
Blue98.0%
CMYK percentages
Cyan24.4%
Magenta4.8%
Yellow0.0%
Key (black)2.0%
Color previews
#bdeefa text on a black background
contrast 16.77:1
Card sample
#bdeefa text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdeefa;
Background color
Panel with #bdeefa background
background-color: #bdeefa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdeefa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 238, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 238, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdeefa; background: linear-gradient(135deg, #bdeefa, #BDC5FA);