#6c25df
a balanced, vivid violet · warm · closest name: blue
RGB
108, 37, 223
HSL
263°, 74%, 51%
CMYK
52, 83, 0, 13
Luminance
0.0984
Every format
| HEX | #6c25df |
| RGB | rgb(108, 37, 223) |
| HSL | hsl(263, 74%, 51%) |
| CMYK | cmyk(52%, 83%, 0%, 13%) |
| LAB | lab(37.5 67.4 -80.8) |
| LCH | lch(37.5 105.2 309.8) |
| OKLCH | oklch(0.493 0.249 291.3) |
Copy-ready code
/* CSS */
color: #6c25df;
background-color: #6c25df;
/* Tailwind (arbitrary) */
class="text-[#6c25df] bg-[#6c25df]"
/* SCSS */
$brand: #6c25df;
/* SwiftUI */
Color(red: 0.424, green: 0.145, blue: 0.875)
/* Android */
Color.parseColor("#6c25df")Accessibility — WCAG contrast
Aa
#6c25df on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6c25df on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green14.5%
Blue87.5%
CMYK percentages
Cyan51.6%
Magenta83.4%
Yellow0.0%
Key (black)12.5%
Color previews
#6c25df text on a black background
contrast 2.97:1
Card sample
#6c25df text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c25df;
Background color
Panel with #6c25df background
background-color: #6c25df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c25df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 37, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 37, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c25df; background: linear-gradient(135deg, #6c25df, #DF25D6);