#8495df
a light, vivid blue · warm · closest name: steelblue
RGB
132, 149, 223
HSL
229°, 59%, 70%
CMYK
41, 33, 0, 13
Luminance
0.3173
Every format
| HEX | #8495df |
| RGB | rgb(132, 149, 223) |
| HSL | hsl(229, 59%, 70%) |
| CMYK | cmyk(41%, 33%, 0%, 13%) |
| LAB | lab(63.1 12.4 -39.5) |
| LCH | lch(63.1 41.5 287.5) |
| OKLCH | oklch(0.686 0.111 273.3) |
Copy-ready code
/* CSS */
color: #8495df;
background-color: #8495df;
/* Tailwind (arbitrary) */
class="text-[#8495df] bg-[#8495df]"
/* SCSS */
$brand: #8495df;
/* SwiftUI */
Color(red: 0.518, green: 0.584, blue: 0.875)
/* Android */
Color.parseColor("#8495df")Accessibility — WCAG contrast
Aa
#8495df on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8495df on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green58.4%
Blue87.5%
CMYK percentages
Cyan40.8%
Magenta33.2%
Yellow0.0%
Key (black)12.5%
Color previews
#8495df text on a black background
contrast 7.35:1
Card sample
#8495df text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8495df;
Background color
Panel with #8495df background
background-color: #8495df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8495df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 149, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 149, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8495df; background: linear-gradient(135deg, #8495df, #B084DF);