#94b5f7
a light, electric blue · cool · closest name: steelblue
RGB
148, 181, 247
HSL
220°, 86%, 78%
CMYK
40, 27, 0, 3
Luminance
0.4606
Every format
| HEX | #94b5f7 |
| RGB | rgb(148, 181, 247) |
| HSL | hsl(220, 86%, 78%) |
| CMYK | cmyk(40%, 27%, 0%, 3%) |
| LAB | lab(73.6 5.1 -36.3) |
| LCH | lch(73.6 36.6 277.9) |
| OKLCH | oklch(0.774 0.102 263.7) |
Copy-ready code
/* CSS */
color: #94b5f7;
background-color: #94b5f7;
/* Tailwind (arbitrary) */
class="text-[#94b5f7] bg-[#94b5f7]"
/* SCSS */
$brand: #94b5f7;
/* SwiftUI */
Color(red: 0.580, green: 0.710, blue: 0.969)
/* Android */
Color.parseColor("#94b5f7")Accessibility — WCAG contrast
Aa
#94b5f7 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94b5f7 on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green71.0%
Blue96.9%
CMYK percentages
Cyan40.1%
Magenta26.7%
Yellow0.0%
Key (black)3.1%
Color previews
#94b5f7 text on a black background
contrast 10.21:1
Card sample
#94b5f7 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94b5f7;
Background color
Panel with #94b5f7 background
background-color: #94b5f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94b5f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 181, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 181, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94b5f7; background: linear-gradient(135deg, #94b5f7, #B594F7);