#892df6
a balanced, electric violet · warm · closest name: blue
RGB
137, 45, 246
HSL
268°, 92%, 57%
CMYK
44, 82, 0, 4
Luminance
0.1385
Every format
| HEX | #892df6 |
| RGB | rgb(137, 45, 246) |
| HSL | hsl(268, 92%, 57%) |
| CMYK | cmyk(44%, 82%, 0%, 4%) |
| LAB | lab(44.0 73.5 -83.1) |
| LCH | lch(44.0 111.0 311.5) |
| OKLCH | oklch(0.551 0.267 297.0) |
Copy-ready code
/* CSS */
color: #892df6;
background-color: #892df6;
/* Tailwind (arbitrary) */
class="text-[#892df6] bg-[#892df6]"
/* SCSS */
$brand: #892df6;
/* SwiftUI */
Color(red: 0.537, green: 0.176, blue: 0.965)
/* Android */
Color.parseColor("#892df6")Accessibility — WCAG contrast
Aa
#892df6 on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#892df6 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green17.6%
Blue96.5%
CMYK percentages
Cyan44.3%
Magenta81.7%
Yellow0.0%
Key (black)3.5%
Color previews
#892df6 text on a black background
contrast 3.77:1
Card sample
#892df6 text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #892df6;
Background color
Panel with #892df6 background
background-color: #892df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #892df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 45, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 45, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #892df6; background: linear-gradient(135deg, #892df6, #F62DDD);