#7260df
a balanced, vivid blue · warm · closest name: slateblue
RGB
114, 96, 223
HSL
249°, 67%, 63%
CMYK
49, 57, 0, 13
Luminance
0.1727
Every format
| HEX | #7260df |
| RGB | rgb(114, 96, 223) |
| HSL | hsl(249, 67%, 63%) |
| CMYK | cmyk(49%, 57%, 0%, 13%) |
| LAB | lab(48.6 39.5 -62.7) |
| LCH | lch(48.6 74.1 302.2) |
| OKLCH | oklch(0.573 0.186 285.4) |
Copy-ready code
/* CSS */
color: #7260df;
background-color: #7260df;
/* Tailwind (arbitrary) */
class="text-[#7260df] bg-[#7260df]"
/* SCSS */
$brand: #7260df;
/* SwiftUI */
Color(red: 0.447, green: 0.376, blue: 0.875)
/* Android */
Color.parseColor("#7260df")Accessibility — WCAG contrast
Aa
#7260df on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7260df on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green37.6%
Blue87.5%
CMYK percentages
Cyan48.9%
Magenta57.0%
Yellow0.0%
Key (black)12.5%
Color previews
#7260df text on a black background
contrast 4.45:1
Card sample
#7260df text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7260df;
Background color
Panel with #7260df background
background-color: #7260df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7260df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 96, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 96, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7260df; background: linear-gradient(135deg, #7260df, #C760DF);