#6825df
a balanced, vivid violet · warm · closest name: blue
RGB
104, 37, 223
HSL
262°, 74%, 51%
CMYK
53, 83, 0, 13
Luminance
0.0959
Every format
| HEX | #6825df |
| RGB | rgb(104, 37, 223) |
| HSL | hsl(262, 74%, 51%) |
| CMYK | cmyk(53%, 83%, 0%, 13%) |
| LAB | lab(37.1 66.9 -81.6) |
| LCH | lch(37.1 105.5 309.4) |
| OKLCH | oklch(0.489 0.249 289.8) |
Copy-ready code
/* CSS */
color: #6825df;
background-color: #6825df;
/* Tailwind (arbitrary) */
class="text-[#6825df] bg-[#6825df]"
/* SCSS */
$brand: #6825df;
/* SwiftUI */
Color(red: 0.408, green: 0.145, blue: 0.875)
/* Android */
Color.parseColor("#6825df")Accessibility — WCAG contrast
Aa
#6825df on white: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6825df on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green14.5%
Blue87.5%
CMYK percentages
Cyan53.4%
Magenta83.4%
Yellow0.0%
Key (black)12.5%
Color previews
#6825df text on a black background
contrast 2.92:1
Card sample
#6825df text on a white background
contrast 7.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6825df;
Background color
Panel with #6825df background
background-color: #6825df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6825df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 37, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 37, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6825df; background: linear-gradient(135deg, #6825df, #DF25DA);