#6225df
a balanced, vivid violet · warm · closest name: blue
RGB
98, 37, 223
HSL
260°, 74%, 51%
CMYK
56, 83, 0, 13
Luminance
0.0925
Every format
| HEX | #6225df |
| RGB | rgb(98, 37, 223) |
| HSL | hsl(260, 74%, 51%) |
| CMYK | cmyk(56%, 83%, 0%, 13%) |
| LAB | lab(36.5 66.3 -82.7) |
| LCH | lch(36.5 106.0 308.7) |
| OKLCH | oklch(0.483 0.250 287.6) |
Copy-ready code
/* CSS */
color: #6225df;
background-color: #6225df;
/* Tailwind (arbitrary) */
class="text-[#6225df] bg-[#6225df]"
/* SCSS */
$brand: #6225df;
/* SwiftUI */
Color(red: 0.384, green: 0.145, blue: 0.875)
/* Android */
Color.parseColor("#6225df")Accessibility — WCAG contrast
Aa
#6225df on white: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6225df on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green14.5%
Blue87.5%
CMYK percentages
Cyan56.1%
Magenta83.4%
Yellow0.0%
Key (black)12.5%
Color previews
#6225df text on a black background
contrast 2.85:1
Card sample
#6225df text on a white background
contrast 7.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6225df;
Background color
Panel with #6225df background
background-color: #6225df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6225df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 37, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 37, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6225df; background: linear-gradient(135deg, #6225df, #DE25DF);