#723dfd
a balanced, electric violet · warm · closest name: blue
RGB
114, 61, 253
HSL
257°, 98%, 62%
CMYK
55, 76, 0, 1
Luminance
0.1401
Every format
| HEX | #723dfd |
| RGB | rgb(114, 61, 253) |
| HSL | hsl(257, 98%, 62%) |
| CMYK | cmyk(55%, 76%, 0%, 1%) |
| LAB | lab(44.2 66.3 -86.7) |
| LCH | lch(44.2 109.2 307.4) |
| OKLCH | oklch(0.549 0.261 286.9) |
Copy-ready code
/* CSS */
color: #723dfd;
background-color: #723dfd;
/* Tailwind (arbitrary) */
class="text-[#723dfd] bg-[#723dfd]"
/* SCSS */
$brand: #723dfd;
/* SwiftUI */
Color(red: 0.447, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#723dfd")Accessibility — WCAG contrast
Aa
#723dfd on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#723dfd on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green23.9%
Blue99.2%
CMYK percentages
Cyan54.9%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#723dfd text on a black background
contrast 3.80:1
Card sample
#723dfd text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #723dfd;
Background color
Panel with #723dfd background
background-color: #723dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #723dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #723dfd; background: linear-gradient(135deg, #723dfd, #F23DFD);