#7225df
a balanced, vivid violet · warm · closest name: blue
RGB
114, 37, 223
HSL
265°, 74%, 51%
CMYK
49, 83, 0, 13
Luminance
0.1023
Every format
| HEX | #7225df |
| RGB | rgb(114, 37, 223) |
| HSL | hsl(265, 74%, 51%) |
| CMYK | cmyk(49%, 83%, 0%, 13%) |
| LAB | lab(38.3 68.0 -79.6) |
| LCH | lch(38.3 104.7 310.5) |
| OKLCH | oklch(0.499 0.249 293.6) |
Copy-ready code
/* CSS */
color: #7225df;
background-color: #7225df;
/* Tailwind (arbitrary) */
class="text-[#7225df] bg-[#7225df]"
/* SCSS */
$brand: #7225df;
/* SwiftUI */
Color(red: 0.447, green: 0.145, blue: 0.875)
/* Android */
Color.parseColor("#7225df")Accessibility — WCAG contrast
Aa
#7225df on white: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7225df on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green14.5%
Blue87.5%
CMYK percentages
Cyan48.9%
Magenta83.4%
Yellow0.0%
Key (black)12.5%
Color previews
#7225df text on a black background
contrast 3.05:1
Card sample
#7225df text on a white background
contrast 6.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7225df;
Background color
Panel with #7225df background
background-color: #7225df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7225df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 37, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 37, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7225df; background: linear-gradient(135deg, #7225df, #DF25D0);