#9498df
a light, vivid blue · warm · closest name: steelblue
RGB
148, 152, 223
HSL
237°, 54%, 73%
CMYK
34, 32, 0, 13
Luminance
0.3408
Every format
| HEX | #9498df |
| RGB | rgb(148, 152, 223) |
| HSL | hsl(237, 54%, 73%) |
| CMYK | cmyk(34%, 32%, 0%, 13%) |
| LAB | lab(65.0 15.0 -36.5) |
| LCH | lch(65.0 39.5 292.4) |
| OKLCH | oklch(0.704 0.104 280.9) |
Copy-ready code
/* CSS */
color: #9498df;
background-color: #9498df;
/* Tailwind (arbitrary) */
class="text-[#9498df] bg-[#9498df]"
/* SCSS */
$brand: #9498df;
/* SwiftUI */
Color(red: 0.580, green: 0.596, blue: 0.875)
/* Android */
Color.parseColor("#9498df")Accessibility — WCAG contrast
Aa
#9498df on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9498df on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green59.6%
Blue87.5%
CMYK percentages
Cyan33.6%
Magenta31.8%
Yellow0.0%
Key (black)12.5%
Color previews
#9498df text on a black background
contrast 7.82:1
Card sample
#9498df text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9498df;
Background color
Panel with #9498df background
background-color: #9498df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9498df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 152, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 152, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9498df; background: linear-gradient(135deg, #9498df, #C294DF);