#614cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
97, 76, 223
HSL
249°, 70%, 59%
CMYK
57, 66, 0, 13
Luminance
0.1304
Every format
| HEX | #614cdf |
| RGB | rgb(97, 76, 223) |
| HSL | hsl(249, 70%, 59%) |
| CMYK | cmyk(57%, 66%, 0%, 13%) |
| LAB | lab(42.8 47.9 -72.2) |
| LCH | lch(42.8 86.7 303.6) |
| OKLCH | oklch(0.527 0.213 282.8) |
Copy-ready code
/* CSS */
color: #614cdf;
background-color: #614cdf;
/* Tailwind (arbitrary) */
class="text-[#614cdf] bg-[#614cdf]"
/* SCSS */
$brand: #614cdf;
/* SwiftUI */
Color(red: 0.380, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#614cdf")Accessibility — WCAG contrast
Aa
#614cdf on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#614cdf on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green29.8%
Blue87.5%
CMYK percentages
Cyan56.5%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#614cdf text on a black background
contrast 3.61:1
Card sample
#614cdf text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #614cdf;
Background color
Panel with #614cdf background
background-color: #614cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #614cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #614cdf; background: linear-gradient(135deg, #614cdf, #C34CDF);