#7263df
a balanced, vivid blue · warm · closest name: slateblue
RGB
114, 99, 223
HSL
247°, 66%, 63%
CMYK
49, 56, 0, 13
Luminance
0.1783
Every format
| HEX | #7263df |
| RGB | rgb(114, 99, 223) |
| HSL | hsl(247, 66%, 63%) |
| CMYK | cmyk(49%, 56%, 0%, 13%) |
| LAB | lab(49.3 37.7 -61.6) |
| LCH | lch(49.3 72.3 301.5) |
| OKLCH | oklch(0.578 0.182 284.7) |
Copy-ready code
/* CSS */
color: #7263df;
background-color: #7263df;
/* Tailwind (arbitrary) */
class="text-[#7263df] bg-[#7263df]"
/* SCSS */
$brand: #7263df;
/* SwiftUI */
Color(red: 0.447, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#7263df")Accessibility — WCAG contrast
Aa
#7263df on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7263df on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green38.8%
Blue87.5%
CMYK percentages
Cyan48.9%
Magenta55.6%
Yellow0.0%
Key (black)12.5%
Color previews
#7263df text on a black background
contrast 4.57:1
Card sample
#7263df text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7263df;
Background color
Panel with #7263df background
background-color: #7263df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7263df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7263df; background: linear-gradient(135deg, #7263df, #C563DF);