#676df4
a light, electric blue · warm · closest name: royalblue
RGB
103, 109, 244
HSL
237°, 87%, 68%
CMYK
58, 55, 0, 4
Luminance
0.2035
Every format
| HEX | #676df4 |
| RGB | rgb(103, 109, 244) |
| HSL | hsl(237, 87%, 68%) |
| CMYK | cmyk(58%, 55%, 0%, 4%) |
| LAB | lab(52.2 36.1 -68.7) |
| LCH | lch(52.2 77.6 297.7) |
| OKLCH | oklch(0.603 0.198 276.7) |
Copy-ready code
/* CSS */
color: #676df4;
background-color: #676df4;
/* Tailwind (arbitrary) */
class="text-[#676df4] bg-[#676df4]"
/* SCSS */
$brand: #676df4;
/* SwiftUI */
Color(red: 0.404, green: 0.427, blue: 0.957)
/* Android */
Color.parseColor("#676df4")Accessibility — WCAG contrast
Aa
#676df4 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#676df4 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green42.7%
Blue95.7%
CMYK percentages
Cyan57.8%
Magenta55.3%
Yellow0.0%
Key (black)4.3%
Color previews
#676df4 text on a black background
contrast 5.07:1
Card sample
#676df4 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #676df4;
Background color
Panel with #676df4 background
background-color: #676df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #676df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 109, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 109, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #676df4; background: linear-gradient(135deg, #676df4, #BF67F4);