#94adef
a light, vivid blue · cool · closest name: steelblue
RGB
148, 173, 239
HSL
224°, 74%, 76%
CMYK
38, 28, 0, 6
Luminance
0.4242
Every format
| HEX | #94adef |
| RGB | rgb(148, 173, 239) |
| HSL | hsl(224, 74%, 76%) |
| CMYK | cmyk(38%, 28%, 0%, 6%) |
| LAB | lab(71.2 7.4 -35.7) |
| LCH | lch(71.2 36.5 281.7) |
| OKLCH | oklch(0.754 0.100 268.0) |
Copy-ready code
/* CSS */
color: #94adef;
background-color: #94adef;
/* Tailwind (arbitrary) */
class="text-[#94adef] bg-[#94adef]"
/* SCSS */
$brand: #94adef;
/* SwiftUI */
Color(red: 0.580, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#94adef")Accessibility — WCAG contrast
Aa
#94adef on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94adef on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green67.8%
Blue93.7%
CMYK percentages
Cyan38.1%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#94adef text on a black background
contrast 9.48:1
Card sample
#94adef text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94adef;
Background color
Panel with #94adef background
background-color: #94adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94adef; background: linear-gradient(135deg, #94adef, #B894EF);