#bdeefc
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 238, 252
HSL
193°, 91%, 87%
CMYK
25, 6, 0, 1
Luminance
0.7900
Every format
| HEX | #bdeefc |
| RGB | rgb(189, 238, 252) |
| HSL | hsl(193, 91%, 87%) |
| CMYK | cmyk(25%, 6%, 0%, 1%) |
| LAB | lab(91.2 -12.6 -11.9) |
| LCH | lch(91.2 17.3 223.4) |
| OKLCH | oklch(0.920 0.054 217.1) |
Copy-ready code
/* CSS */
color: #bdeefc;
background-color: #bdeefc;
/* Tailwind (arbitrary) */
class="text-[#bdeefc] bg-[#bdeefc]"
/* SCSS */
$brand: #bdeefc;
/* SwiftUI */
Color(red: 0.741, green: 0.933, blue: 0.988)
/* Android */
Color.parseColor("#bdeefc")Accessibility — WCAG contrast
Aa
#bdeefc on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdeefc on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.3%
Blue98.8%
CMYK percentages
Cyan25.0%
Magenta5.6%
Yellow0.0%
Key (black)1.2%
Color previews
#bdeefc text on a black background
contrast 16.80:1
Card sample
#bdeefc text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdeefc;
Background color
Panel with #bdeefc background
background-color: #bdeefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdeefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 238, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 238, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdeefc; background: linear-gradient(135deg, #bdeefc, #BDC4FC);