#94aade
a light, vivid blue · cool · closest name: steelblue
RGB
148, 170, 222
HSL
222°, 53%, 73%
CMYK
33, 23, 0, 13
Luminance
0.4032
Every format
| HEX | #94aade |
| RGB | rgb(148, 170, 222) |
| HSL | hsl(222, 53%, 73%) |
| CMYK | cmyk(33%, 23%, 0%, 13%) |
| LAB | lab(69.7 4.6 -28.7) |
| LCH | lch(69.7 29.1 279.1) |
| OKLCH | oklch(0.740 0.080 266.7) |
Copy-ready code
/* CSS */
color: #94aade;
background-color: #94aade;
/* Tailwind (arbitrary) */
class="text-[#94aade] bg-[#94aade]"
/* SCSS */
$brand: #94aade;
/* SwiftUI */
Color(red: 0.580, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#94aade")Accessibility — WCAG contrast
Aa
#94aade on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94aade on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green66.7%
Blue87.1%
CMYK percentages
Cyan33.3%
Magenta23.4%
Yellow0.0%
Key (black)12.9%
Color previews
#94aade text on a black background
contrast 9.06:1
Card sample
#94aade text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94aade;
Background color
Panel with #94aade background
background-color: #94aade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94aade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94aade; background: linear-gradient(135deg, #94aade, #AF94DE);