#611fdf
a balanced, electric violet · warm · closest name: blue
RGB
97, 31, 223
HSL
261°, 76%, 50%
CMYK
57, 86, 0, 13
Luminance
0.0885
Every format
| HEX | #611fdf |
| RGB | rgb(97, 31, 223) |
| HSL | hsl(261, 76%, 50%) |
| CMYK | cmyk(57%, 86%, 0%, 13%) |
| LAB | lab(35.7 68.2 -83.9) |
| LCH | lch(35.7 108.1 309.1) |
| OKLCH | oklch(0.477 0.254 287.6) |
Copy-ready code
/* CSS */
color: #611fdf;
background-color: #611fdf;
/* Tailwind (arbitrary) */
class="text-[#611fdf] bg-[#611fdf]"
/* SCSS */
$brand: #611fdf;
/* SwiftUI */
Color(red: 0.380, green: 0.122, blue: 0.875)
/* Android */
Color.parseColor("#611fdf")Accessibility — WCAG contrast
Aa
#611fdf on white: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#611fdf on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green12.2%
Blue87.5%
CMYK percentages
Cyan56.5%
Magenta86.1%
Yellow0.0%
Key (black)12.5%
Color previews
#611fdf text on a black background
contrast 2.77:1
Card sample
#611fdf text on a white background
contrast 7.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #611fdf;
Background color
Panel with #611fdf background
background-color: #611fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #611fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 31, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 31, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #611fdf; background: linear-gradient(135deg, #611fdf, #DF1FDD);