#6f38e9
a balanced, electric violet · warm · closest name: blue
RGB
111, 56, 233
HSL
259°, 80%, 57%
CMYK
52, 76, 0, 9
Luminance
0.1209
Every format
| HEX | #6f38e9 |
| RGB | rgb(111, 56, 233) |
| HSL | hsl(259, 80%, 57%) |
| CMYK | cmyk(52%, 76%, 0%, 9%) |
| LAB | lab(41.4 62.9 -80.2) |
| LCH | lch(41.4 101.9 308.1) |
| OKLCH | oklch(0.523 0.244 289.2) |
Copy-ready code
/* CSS */
color: #6f38e9;
background-color: #6f38e9;
/* Tailwind (arbitrary) */
class="text-[#6f38e9] bg-[#6f38e9]"
/* SCSS */
$brand: #6f38e9;
/* SwiftUI */
Color(red: 0.435, green: 0.220, blue: 0.914)
/* Android */
Color.parseColor("#6f38e9")Accessibility — WCAG contrast
Aa
#6f38e9 on white: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6f38e9 on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green22.0%
Blue91.4%
CMYK percentages
Cyan52.4%
Magenta76.0%
Yellow0.0%
Key (black)8.6%
Color previews
#6f38e9 text on a black background
contrast 3.42:1
Card sample
#6f38e9 text on a white background
contrast 6.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f38e9;
Background color
Panel with #6f38e9 background
background-color: #6f38e9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f38e9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 56, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 56, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f38e9; background: linear-gradient(135deg, #6f38e9, #E538E9);