#616df4
a light, electric blue · warm · closest name: royalblue
RGB
97, 109, 244
HSL
235°, 87%, 67%
CMYK
60, 55, 0, 4
Luminance
0.2001
Every format
| HEX | #616df4 |
| RGB | rgb(97, 109, 244) |
| HSL | hsl(235, 87%, 67%) |
| CMYK | cmyk(60%, 55%, 0%, 4%) |
| LAB | lab(51.9 35.1 -69.3) |
| LCH | lch(51.9 77.7 296.9) |
| OKLCH | oklch(0.599 0.200 274.8) |
Copy-ready code
/* CSS */
color: #616df4;
background-color: #616df4;
/* Tailwind (arbitrary) */
class="text-[#616df4] bg-[#616df4]"
/* SCSS */
$brand: #616df4;
/* SwiftUI */
Color(red: 0.380, green: 0.427, blue: 0.957)
/* Android */
Color.parseColor("#616df4")Accessibility — WCAG contrast
Aa
#616df4 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#616df4 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green42.7%
Blue95.7%
CMYK percentages
Cyan60.2%
Magenta55.3%
Yellow0.0%
Key (black)4.3%
Color previews
#616df4 text on a black background
contrast 5.00:1
Card sample
#616df4 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #616df4;
Background color
Panel with #616df4 background
background-color: #616df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #616df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 109, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 109, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #616df4; background: linear-gradient(135deg, #616df4, #B761F4);