#616df2
a light, electric blue · warm · closest name: royalblue
RGB
97, 109, 242
HSL
235°, 85%, 67%
CMYK
60, 55, 0, 5
Luminance
0.1989
Every format
| HEX | #616df2 |
| RGB | rgb(97, 109, 242) |
| HSL | hsl(235, 85%, 67%) |
| CMYK | cmyk(60%, 55%, 0%, 5%) |
| LAB | lab(51.7 34.5 -68.4) |
| LCH | lch(51.7 76.6 296.7) |
| OKLCH | oklch(0.597 0.197 274.8) |
Copy-ready code
/* CSS */
color: #616df2;
background-color: #616df2;
/* Tailwind (arbitrary) */
class="text-[#616df2] bg-[#616df2]"
/* SCSS */
$brand: #616df2;
/* SwiftUI */
Color(red: 0.380, green: 0.427, blue: 0.949)
/* Android */
Color.parseColor("#616df2")Accessibility — WCAG contrast
Aa
#616df2 on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#616df2 on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green42.7%
Blue94.9%
CMYK percentages
Cyan59.9%
Magenta55.0%
Yellow0.0%
Key (black)5.1%
Color previews
#616df2 text on a black background
contrast 4.98:1
Card sample
#616df2 text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #616df2;
Background color
Panel with #616df2 background
background-color: #616df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #616df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 109, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 109, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #616df2; background: linear-gradient(135deg, #616df2, #B661F2);