#94bdfd
a light, electric blue · cool · closest name: skyblue
RGB
148, 189, 253
HSL
217°, 96%, 79%
CMYK
42, 25, 0, 1
Luminance
0.4978
Every format
| HEX | #94bdfd |
| RGB | rgb(148, 189, 253) |
| HSL | hsl(217, 96%, 79%) |
| CMYK | cmyk(42%, 25%, 0%, 1%) |
| LAB | lab(75.9 2.3 -35.9) |
| LCH | lch(75.9 36.0 273.6) |
| OKLCH | oklch(0.793 0.102 259.1) |
Copy-ready code
/* CSS */
color: #94bdfd;
background-color: #94bdfd;
/* Tailwind (arbitrary) */
class="text-[#94bdfd] bg-[#94bdfd]"
/* SCSS */
$brand: #94bdfd;
/* SwiftUI */
Color(red: 0.580, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#94bdfd")Accessibility — WCAG contrast
Aa
#94bdfd on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94bdfd on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green74.1%
Blue99.2%
CMYK percentages
Cyan41.5%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#94bdfd text on a black background
contrast 10.96:1
Card sample
#94bdfd text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94bdfd;
Background color
Panel with #94bdfd background
background-color: #94bdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94bdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94bdfd; background: linear-gradient(135deg, #94bdfd, #B194FD);