#674eee
a balanced, electric blue · warm · closest name: slateblue
RGB
103, 78, 238
HSL
249°, 83%, 62%
CMYK
57, 67, 0, 7
Luminance
0.1451
Every format
| HEX | #674eee |
| RGB | rgb(103, 78, 238) |
| HSL | hsl(249, 83%, 62%) |
| CMYK | cmyk(57%, 67%, 0%, 7%) |
| LAB | lab(45.0 52.2 -77.2) |
| LCH | lch(45.0 93.2 304.1) |
| OKLCH | oklch(0.548 0.228 283.0) |
Copy-ready code
/* CSS */
color: #674eee;
background-color: #674eee;
/* Tailwind (arbitrary) */
class="text-[#674eee] bg-[#674eee]"
/* SCSS */
$brand: #674eee;
/* SwiftUI */
Color(red: 0.404, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#674eee")Accessibility — WCAG contrast
Aa
#674eee on white: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#674eee on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green30.6%
Blue93.3%
CMYK percentages
Cyan56.7%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#674eee text on a black background
contrast 3.90:1
Card sample
#674eee text on a white background
contrast 5.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #674eee;
Background color
Panel with #674eee background
background-color: #674eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #674eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #674eee; background: linear-gradient(135deg, #674eee, #D24EEE);