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