#b042db
a balanced, vivid violet · warm · closest name: orchid
RGB
176, 66, 219
HSL
283°, 68%, 56%
CMYK
20, 70, 0, 14
Luminance
0.1824
Every format
| HEX | #b042db |
| RGB | rgb(176, 66, 219) |
| HSL | hsl(283, 68%, 56%) |
| CMYK | cmyk(20%, 70%, 0%, 14%) |
| LAB | lab(49.8 66.6 -58.2) |
| LCH | lch(49.8 88.4 318.8) |
| OKLCH | oklch(0.597 0.231 314.7) |
Copy-ready code
/* CSS */
color: #b042db;
background-color: #b042db;
/* Tailwind (arbitrary) */
class="text-[#b042db] bg-[#b042db]"
/* SCSS */
$brand: #b042db;
/* SwiftUI */
Color(red: 0.690, green: 0.259, blue: 0.859)
/* Android */
Color.parseColor("#b042db")Accessibility — WCAG contrast
Aa
#b042db on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b042db on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green25.9%
Blue85.9%
CMYK percentages
Cyan19.6%
Magenta69.9%
Yellow0.0%
Key (black)14.1%
Color previews
#b042db text on a black background
contrast 4.65:1
Card sample
#b042db text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b042db;
Background color
Panel with #b042db background
background-color: #b042db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b042db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 66, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 66, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b042db; background: linear-gradient(135deg, #b042db, #DB42A0);