#94abf8
a light, electric blue · warm · closest name: steelblue
RGB
148, 171, 248
HSL
226°, 88%, 78%
CMYK
40, 31, 0, 3
Luminance
0.4220
Every format
| HEX | #94abf8 |
| RGB | rgb(148, 171, 248) |
| HSL | hsl(226, 88%, 78%) |
| CMYK | cmyk(40%, 31%, 0%, 3%) |
| LAB | lab(71.0 10.9 -40.9) |
| LCH | lch(71.0 42.3 285.0) |
| OKLCH | oklch(0.754 0.114 270.8) |
Copy-ready code
/* CSS */
color: #94abf8;
background-color: #94abf8;
/* Tailwind (arbitrary) */
class="text-[#94abf8] bg-[#94abf8]"
/* SCSS */
$brand: #94abf8;
/* SwiftUI */
Color(red: 0.580, green: 0.671, blue: 0.973)
/* Android */
Color.parseColor("#94abf8")Accessibility — WCAG contrast
Aa
#94abf8 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94abf8 on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green67.1%
Blue97.3%
CMYK percentages
Cyan40.3%
Magenta31.0%
Yellow0.0%
Key (black)2.7%
Color previews
#94abf8 text on a black background
contrast 9.44:1
Card sample
#94abf8 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94abf8;
Background color
Panel with #94abf8 background
background-color: #94abf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94abf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 171, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 171, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94abf8; background: linear-gradient(135deg, #94abf8, #C094F8);