#892cf8
a balanced, electric violet · warm · closest name: blue
RGB
137, 44, 248
HSL
267°, 94%, 57%
CMYK
45, 82, 0, 3
Luminance
0.1390
Every format
| HEX | #892cf8 |
| RGB | rgb(137, 44, 248) |
| HSL | hsl(267, 94%, 57%) |
| CMYK | cmyk(45%, 82%, 0%, 3%) |
| LAB | lab(44.1 74.3 -84.1) |
| LCH | lch(44.1 112.2 311.5) |
| OKLCH | oklch(0.552 0.270 296.7) |
Copy-ready code
/* CSS */
color: #892cf8;
background-color: #892cf8;
/* Tailwind (arbitrary) */
class="text-[#892cf8] bg-[#892cf8]"
/* SCSS */
$brand: #892cf8;
/* SwiftUI */
Color(red: 0.537, green: 0.173, blue: 0.973)
/* Android */
Color.parseColor("#892cf8")Accessibility — WCAG contrast
Aa
#892cf8 on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#892cf8 on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green17.3%
Blue97.3%
CMYK percentages
Cyan44.8%
Magenta82.3%
Yellow0.0%
Key (black)2.7%
Color previews
#892cf8 text on a black background
contrast 3.78:1
Card sample
#892cf8 text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #892cf8;
Background color
Panel with #892cf8 background
background-color: #892cf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #892cf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 44, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 44, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #892cf8; background: linear-gradient(135deg, #892cf8, #F82CDF);