#94aff3
a light, electric blue · cool · closest name: steelblue
RGB
148, 175, 243
HSL
223°, 80%, 77%
CMYK
39, 28, 0, 5
Luminance
0.4343
Every format
| HEX | #94aff3 |
| RGB | rgb(148, 175, 243) |
| HSL | hsl(223, 80%, 77%) |
| CMYK | cmyk(39%, 28%, 0%, 5%) |
| LAB | lab(71.8 7.3 -36.8) |
| LCH | lch(71.8 37.6 281.2) |
| OKLCH | oklch(0.760 0.103 267.3) |
Copy-ready code
/* CSS */
color: #94aff3;
background-color: #94aff3;
/* Tailwind (arbitrary) */
class="text-[#94aff3] bg-[#94aff3]"
/* SCSS */
$brand: #94aff3;
/* SwiftUI */
Color(red: 0.580, green: 0.686, blue: 0.953)
/* Android */
Color.parseColor("#94aff3")Accessibility — WCAG contrast
Aa
#94aff3 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94aff3 on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green68.6%
Blue95.3%
CMYK percentages
Cyan39.1%
Magenta28.0%
Yellow0.0%
Key (black)4.7%
Color previews
#94aff3 text on a black background
contrast 9.69:1
Card sample
#94aff3 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94aff3;
Background color
Panel with #94aff3 background
background-color: #94aff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94aff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 175, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 175, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94aff3; background: linear-gradient(135deg, #94aff3, #B894F3);