#bdeef8
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 238, 248
HSL
190°, 81%, 86%
CMYK
24, 4, 0, 3
Luminance
0.7875
Every format
| HEX | #bdeef8 |
| RGB | rgb(189, 238, 248) |
| HSL | hsl(190, 81%, 86%) |
| CMYK | cmyk(24%, 4%, 0%, 3%) |
| LAB | lab(91.1 -13.4 -10.0) |
| LCH | lch(91.1 16.7 216.6) |
| OKLCH | oklch(0.918 0.052 211.5) |
Copy-ready code
/* CSS */
color: #bdeef8;
background-color: #bdeef8;
/* Tailwind (arbitrary) */
class="text-[#bdeef8] bg-[#bdeef8]"
/* SCSS */
$brand: #bdeef8;
/* SwiftUI */
Color(red: 0.741, green: 0.933, blue: 0.973)
/* Android */
Color.parseColor("#bdeef8")Accessibility — WCAG contrast
Aa
#bdeef8 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdeef8 on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.3%
Blue97.3%
CMYK percentages
Cyan23.8%
Magenta4.0%
Yellow0.0%
Key (black)2.7%
Color previews
#bdeef8 text on a black background
contrast 16.75:1
Card sample
#bdeef8 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdeef8;
Background color
Panel with #bdeef8 background
background-color: #bdeef8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdeef8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 238, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 238, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdeef8; background: linear-gradient(135deg, #bdeef8, #BDC7F8);