#6d09eb
a balanced, electric violet · warm · closest name: blue
RGB
109, 9, 235
HSL
267°, 93%, 48%
CMYK
54, 96, 0, 8
Luminance
0.0944
Every format
| HEX | #6d09eb |
| RGB | rgb(109, 9, 235) |
| HSL | hsl(267, 93%, 48%) |
| CMYK | cmyk(54%, 96%, 0%, 8%) |
| LAB | lab(36.8 76.5 -88.8) |
| LCH | lch(36.8 117.2 310.7) |
| OKLCH | oklch(0.492 0.273 290.7) |
Copy-ready code
/* CSS */
color: #6d09eb;
background-color: #6d09eb;
/* Tailwind (arbitrary) */
class="text-[#6d09eb] bg-[#6d09eb]"
/* SCSS */
$brand: #6d09eb;
/* SwiftUI */
Color(red: 0.427, green: 0.035, blue: 0.922)
/* Android */
Color.parseColor("#6d09eb")Accessibility — WCAG contrast
Aa
#6d09eb on white: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6d09eb on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green3.5%
Blue92.2%
CMYK percentages
Cyan53.6%
Magenta96.2%
Yellow0.0%
Key (black)7.8%
Color previews
#6d09eb text on a black background
contrast 2.89:1
Card sample
#6d09eb text on a white background
contrast 7.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6d09eb;
Background color
Panel with #6d09eb background
background-color: #6d09eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6d09eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 9, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 9, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6d09eb; background: linear-gradient(135deg, #6d09eb, #EB09D2);