#892afd
a balanced, electric violet · warm · closest name: blue
RGB
137, 42, 253
HSL
267°, 98%, 58%
CMYK
46, 83, 0, 1
Luminance
0.1407
Every format
| HEX | #892afd |
| RGB | rgb(137, 42, 253) |
| HSL | hsl(267, 98%, 58%) |
| CMYK | cmyk(46%, 83%, 0%, 1%) |
| LAB | lab(44.3 76.1 -86.5) |
| LCH | lch(44.3 115.2 311.3) |
| OKLCH | oklch(0.555 0.276 295.9) |
Copy-ready code
/* CSS */
color: #892afd;
background-color: #892afd;
/* Tailwind (arbitrary) */
class="text-[#892afd] bg-[#892afd]"
/* SCSS */
$brand: #892afd;
/* SwiftUI */
Color(red: 0.537, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#892afd")Accessibility — WCAG contrast
Aa
#892afd on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#892afd on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green16.5%
Blue99.2%
CMYK percentages
Cyan45.8%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#892afd text on a black background
contrast 3.81:1
Card sample
#892afd text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #892afd;
Background color
Panel with #892afd background
background-color: #892afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #892afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #892afd; background: linear-gradient(135deg, #892afd, #FD2AE4);