#94bdf9
a light, electric blue · cool · closest name: skyblue
RGB
148, 189, 249
HSL
216°, 89%, 78%
CMYK
41, 24, 0, 2
Luminance
0.4953
Every format
| HEX | #94bdf9 |
| RGB | rgb(148, 189, 249) |
| HSL | hsl(216, 89%, 78%) |
| CMYK | cmyk(41%, 24%, 0%, 2%) |
| LAB | lab(75.8 1.2 -34.0) |
| LCH | lch(75.8 34.0 272.0) |
| OKLCH | oklch(0.791 0.097 257.8) |
Copy-ready code
/* CSS */
color: #94bdf9;
background-color: #94bdf9;
/* Tailwind (arbitrary) */
class="text-[#94bdf9] bg-[#94bdf9]"
/* SCSS */
$brand: #94bdf9;
/* SwiftUI */
Color(red: 0.580, green: 0.741, blue: 0.976)
/* Android */
Color.parseColor("#94bdf9")Accessibility — WCAG contrast
Aa
#94bdf9 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94bdf9 on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green74.1%
Blue97.6%
CMYK percentages
Cyan40.6%
Magenta24.1%
Yellow0.0%
Key (black)2.4%
Color previews
#94bdf9 text on a black background
contrast 10.91:1
Card sample
#94bdf9 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94bdf9;
Background color
Panel with #94bdf9 background
background-color: #94bdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94bdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 189, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 189, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94bdf9; background: linear-gradient(135deg, #94bdf9, #AE94F9);