#892dbf
a balanced, vivid violet · warm · closest name: indigo
RGB
137, 45, 191
HSL
278°, 62%, 46%
CMYK
28, 76, 0, 25
Luminance
0.1096
Every format
| HEX | #892dbf |
| RGB | rgb(137, 45, 191) |
| HSL | hsl(278, 62%, 46%) |
| CMYK | cmyk(28%, 76%, 0%, 25%) |
| LAB | lab(39.5 61.4 -58.9) |
| LCH | lch(39.5 85.1 316.2) |
| OKLCH | oklch(0.506 0.216 309.2) |
Copy-ready code
/* CSS */
color: #892dbf;
background-color: #892dbf;
/* Tailwind (arbitrary) */
class="text-[#892dbf] bg-[#892dbf]"
/* SCSS */
$brand: #892dbf;
/* SwiftUI */
Color(red: 0.537, green: 0.176, blue: 0.749)
/* Android */
Color.parseColor("#892dbf")Accessibility — WCAG contrast
Aa
#892dbf on white: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#892dbf on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green17.6%
Blue74.9%
CMYK percentages
Cyan28.3%
Magenta76.4%
Yellow0.0%
Key (black)25.1%
Color previews
#892dbf text on a black background
contrast 3.19:1
Card sample
#892dbf text on a white background
contrast 6.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #892dbf;
Background color
Panel with #892dbf background
background-color: #892dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #892dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 45, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 45, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #892dbf; background: linear-gradient(135deg, #892dbf, #BF2D94);