#612fdf
a balanced, vivid violet · warm · closest name: blue
RGB
97, 47, 223
HSL
257°, 73%, 53%
CMYK
57, 79, 0, 13
Luminance
0.0990
Every format
| HEX | #612fdf |
| RGB | rgb(97, 47, 223) |
| HSL | hsl(257, 73%, 53%) |
| CMYK | cmyk(57%, 79%, 0%, 13%) |
| LAB | lab(37.7 62.4 -80.7) |
| LCH | lch(37.7 102.0 307.7) |
| OKLCH | oklch(0.491 0.242 286.4) |
Copy-ready code
/* CSS */
color: #612fdf;
background-color: #612fdf;
/* Tailwind (arbitrary) */
class="text-[#612fdf] bg-[#612fdf]"
/* SCSS */
$brand: #612fdf;
/* SwiftUI */
Color(red: 0.380, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#612fdf")Accessibility — WCAG contrast
Aa
#612fdf on white: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#612fdf on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green18.4%
Blue87.5%
CMYK percentages
Cyan56.5%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#612fdf text on a black background
contrast 2.98:1
Card sample
#612fdf text on a white background
contrast 7.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #612fdf;
Background color
Panel with #612fdf background
background-color: #612fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #612fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #612fdf; background: linear-gradient(135deg, #612fdf, #D62FDF);