#616cdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
97, 108, 223
HSL
235°, 66%, 63%
CMYK
57, 52, 0, 13
Luminance
0.1859
Every format
| HEX | #616cdf |
| RGB | rgb(97, 108, 223) |
| HSL | hsl(235, 66%, 63%) |
| CMYK | cmyk(57%, 52%, 0%, 13%) |
| LAB | lab(50.2 28.9 -60.2) |
| LCH | lch(50.2 66.8 295.7) |
| OKLCH | oklch(0.582 0.173 275.5) |
Copy-ready code
/* CSS */
color: #616cdf;
background-color: #616cdf;
/* Tailwind (arbitrary) */
class="text-[#616cdf] bg-[#616cdf]"
/* SCSS */
$brand: #616cdf;
/* SwiftUI */
Color(red: 0.380, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#616cdf")Accessibility — WCAG contrast
Aa
#616cdf on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#616cdf on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green42.4%
Blue87.5%
CMYK percentages
Cyan56.5%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#616cdf text on a black background
contrast 4.72:1
Card sample
#616cdf text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #616cdf;
Background color
Panel with #616cdf background
background-color: #616cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #616cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #616cdf; background: linear-gradient(135deg, #616cdf, #AA61DF);