#614fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
97, 79, 223
HSL
248°, 69%, 59%
CMYK
57, 65, 0, 13
Luminance
0.1346
Every format
| HEX | #614fdf |
| RGB | rgb(97, 79, 223) |
| HSL | hsl(248, 69%, 59%) |
| CMYK | cmyk(57%, 65%, 0%, 13%) |
| LAB | lab(43.5 46.2 -71.2) |
| LCH | lch(43.5 84.9 303.0) |
| OKLCH | oklch(0.532 0.209 282.3) |
Copy-ready code
/* CSS */
color: #614fdf;
background-color: #614fdf;
/* Tailwind (arbitrary) */
class="text-[#614fdf] bg-[#614fdf]"
/* SCSS */
$brand: #614fdf;
/* SwiftUI */
Color(red: 0.380, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#614fdf")Accessibility — WCAG contrast
Aa
#614fdf on white: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#614fdf on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green31.0%
Blue87.5%
CMYK percentages
Cyan56.5%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#614fdf text on a black background
contrast 3.69:1
Card sample
#614fdf text on a white background
contrast 5.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #614fdf;
Background color
Panel with #614fdf background
background-color: #614fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #614fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #614fdf; background: linear-gradient(135deg, #614fdf, #C14FDF);