#8499df
a light, vivid blue · warm · closest name: steelblue
RGB
132, 153, 223
HSL
226°, 59%, 70%
CMYK
41, 31, 0, 13
Luminance
0.3302
Every format
| HEX | #8499df |
| RGB | rgb(132, 153, 223) |
| HSL | hsl(226, 59%, 70%) |
| CMYK | cmyk(41%, 31%, 0%, 13%) |
| LAB | lab(64.2 10.1 -37.9) |
| LCH | lch(64.2 39.2 285.0) |
| OKLCH | oklch(0.695 0.106 270.7) |
Copy-ready code
/* CSS */
color: #8499df;
background-color: #8499df;
/* Tailwind (arbitrary) */
class="text-[#8499df] bg-[#8499df]"
/* SCSS */
$brand: #8499df;
/* SwiftUI */
Color(red: 0.518, green: 0.600, blue: 0.875)
/* Android */
Color.parseColor("#8499df")Accessibility — WCAG contrast
Aa
#8499df on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8499df on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green60.0%
Blue87.5%
CMYK percentages
Cyan40.8%
Magenta31.4%
Yellow0.0%
Key (black)12.5%
Color previews
#8499df text on a black background
contrast 7.60:1
Card sample
#8499df text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8499df;
Background color
Panel with #8499df background
background-color: #8499df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8499df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 153, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 153, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8499df; background: linear-gradient(135deg, #8499df, #AC84DF);