#7265df
a balanced, vivid blue · warm · closest name: slateblue
RGB
114, 101, 223
HSL
246°, 66%, 64%
CMYK
49, 55, 0, 13
Luminance
0.1821
Every format
| HEX | #7265df |
| RGB | rgb(114, 101, 223) |
| HSL | hsl(246, 66%, 64%) |
| CMYK | cmyk(49%, 55%, 0%, 13%) |
| LAB | lab(49.8 36.6 -60.9) |
| LCH | lch(49.8 71.0 301.0) |
| OKLCH | oklch(0.582 0.179 284.2) |
Copy-ready code
/* CSS */
color: #7265df;
background-color: #7265df;
/* Tailwind (arbitrary) */
class="text-[#7265df] bg-[#7265df]"
/* SCSS */
$brand: #7265df;
/* SwiftUI */
Color(red: 0.447, green: 0.396, blue: 0.875)
/* Android */
Color.parseColor("#7265df")Accessibility — WCAG contrast
Aa
#7265df on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7265df on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green39.6%
Blue87.5%
CMYK percentages
Cyan48.9%
Magenta54.7%
Yellow0.0%
Key (black)12.5%
Color previews
#7265df text on a black background
contrast 4.64:1
Card sample
#7265df text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7265df;
Background color
Panel with #7265df background
background-color: #7265df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7265df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 101, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 101, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7265df; background: linear-gradient(135deg, #7265df, #C365DF);