#616fdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
97, 111, 223
HSL
233°, 66%, 63%
CMYK
57, 50, 0, 13
Luminance
0.1924
Every format
| HEX | #616fdf |
| RGB | rgb(97, 111, 223) |
| HSL | hsl(233, 66%, 63%) |
| CMYK | cmyk(57%, 50%, 0%, 13%) |
| LAB | lab(51.0 27.1 -59.0) |
| LCH | lch(51.0 64.9 294.7) |
| OKLCH | oklch(0.588 0.169 274.6) |
Copy-ready code
/* CSS */
color: #616fdf;
background-color: #616fdf;
/* Tailwind (arbitrary) */
class="text-[#616fdf] bg-[#616fdf]"
/* SCSS */
$brand: #616fdf;
/* SwiftUI */
Color(red: 0.380, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#616fdf")Accessibility — WCAG contrast
Aa
#616fdf on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#616fdf on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green43.5%
Blue87.5%
CMYK percentages
Cyan56.5%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#616fdf text on a black background
contrast 4.85:1
Card sample
#616fdf text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #616fdf;
Background color
Panel with #616fdf background
background-color: #616fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #616fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #616fdf; background: linear-gradient(135deg, #616fdf, #A761DF);