#849eee
a light, electric blue · warm · closest name: dodgerblue
RGB
132, 158, 238
HSL
225°, 76%, 73%
CMYK
45, 34, 0, 7
Luminance
0.3553
Every format
| HEX | #849eee |
| RGB | rgb(132, 158, 238) |
| HSL | hsl(225, 76%, 73%) |
| CMYK | cmyk(45%, 34%, 0%, 7%) |
| LAB | lab(66.2 11.5 -43.1) |
| LCH | lch(66.2 44.6 285.0) |
| OKLCH | oklch(0.712 0.121 269.5) |
Copy-ready code
/* CSS */
color: #849eee;
background-color: #849eee;
/* Tailwind (arbitrary) */
class="text-[#849eee] bg-[#849eee]"
/* SCSS */
$brand: #849eee;
/* SwiftUI */
Color(red: 0.518, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#849eee")Accessibility — WCAG contrast
Aa
#849eee on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#849eee on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green62.0%
Blue93.3%
CMYK percentages
Cyan44.5%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#849eee text on a black background
contrast 8.11:1
Card sample
#849eee text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #849eee;
Background color
Panel with #849eee background
background-color: #849eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #849eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #849eee; background: linear-gradient(135deg, #849eee, #B184EE);