#849ade
a light, vivid blue · warm · closest name: steelblue
RGB
132, 154, 222
HSL
225°, 58%, 69%
CMYK
41, 31, 0, 13
Luminance
0.3329
Every format
| HEX | #849ade |
| RGB | rgb(132, 154, 222) |
| HSL | hsl(225, 58%, 69%) |
| CMYK | cmyk(41%, 31%, 0%, 13%) |
| LAB | lab(64.4 9.3 -37.0) |
| LCH | lch(64.4 38.1 284.1) |
| OKLCH | oklch(0.696 0.103 269.9) |
Copy-ready code
/* CSS */
color: #849ade;
background-color: #849ade;
/* Tailwind (arbitrary) */
class="text-[#849ade] bg-[#849ade]"
/* SCSS */
$brand: #849ade;
/* SwiftUI */
Color(red: 0.518, green: 0.604, blue: 0.871)
/* Android */
Color.parseColor("#849ade")Accessibility — WCAG contrast
Aa
#849ade on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#849ade on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green60.4%
Blue87.1%
CMYK percentages
Cyan40.5%
Magenta30.6%
Yellow0.0%
Key (black)12.9%
Color previews
#849ade text on a black background
contrast 7.66:1
Card sample
#849ade text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #849ade;
Background color
Panel with #849ade background
background-color: #849ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #849ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 154, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 154, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #849ade; background: linear-gradient(135deg, #849ade, #AA84DE);