#849cdf
a light, vivid blue · cool · closest name: steelblue
RGB
132, 156, 223
HSL
224°, 59%, 70%
CMYK
41, 30, 0, 13
Luminance
0.3401
Every format
| HEX | #849cdf |
| RGB | rgb(132, 156, 223) |
| HSL | hsl(224, 59%, 70%) |
| CMYK | cmyk(41%, 30%, 0%, 13%) |
| LAB | lab(65.0 8.4 -36.7) |
| LCH | lch(65.0 37.6 282.9) |
| OKLCH | oklch(0.701 0.102 268.6) |
Copy-ready code
/* CSS */
color: #849cdf;
background-color: #849cdf;
/* Tailwind (arbitrary) */
class="text-[#849cdf] bg-[#849cdf]"
/* SCSS */
$brand: #849cdf;
/* SwiftUI */
Color(red: 0.518, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#849cdf")Accessibility — WCAG contrast
Aa
#849cdf on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#849cdf on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green61.2%
Blue87.5%
CMYK percentages
Cyan40.8%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#849cdf text on a black background
contrast 7.80:1
Card sample
#849cdf text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #849cdf;
Background color
Panel with #849cdf background
background-color: #849cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #849cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #849cdf; background: linear-gradient(135deg, #849cdf, #A984DF);