#6928df
a balanced, vivid violet · warm · closest name: blue
RGB
105, 40, 223
HSL
261°, 74%, 52%
CMYK
53, 82, 0, 13
Luminance
0.0985
Every format
| HEX | #6928df |
| RGB | rgb(105, 40, 223) |
| HSL | hsl(261, 74%, 52%) |
| CMYK | cmyk(53%, 82%, 0%, 13%) |
| LAB | lab(37.6 66.0 -80.8) |
| LCH | lch(37.6 104.3 309.2) |
| OKLCH | oklch(0.492 0.247 290.0) |
Copy-ready code
/* CSS */
color: #6928df;
background-color: #6928df;
/* Tailwind (arbitrary) */
class="text-[#6928df] bg-[#6928df]"
/* SCSS */
$brand: #6928df;
/* SwiftUI */
Color(red: 0.412, green: 0.157, blue: 0.875)
/* Android */
Color.parseColor("#6928df")Accessibility — WCAG contrast
Aa
#6928df on white: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6928df on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green15.7%
Blue87.5%
CMYK percentages
Cyan52.9%
Magenta82.1%
Yellow0.0%
Key (black)12.5%
Color previews
#6928df text on a black background
contrast 2.97:1
Card sample
#6928df text on a white background
contrast 7.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6928df;
Background color
Panel with #6928df background
background-color: #6928df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6928df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 40, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 40, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6928df; background: linear-gradient(135deg, #6928df, #DF28DB);