#3d0854
a deep, electric violet · warm · closest name: midnightblue
RGB
61, 8, 84
HSL
282°, 83%, 18%
CMYK
27, 91, 0, 67
Luminance
0.0181
Every format
| HEX | #3d0854 |
| RGB | rgb(61, 8, 84) |
| HSL | hsl(282, 83%, 18%) |
| CMYK | cmyk(27%, 91%, 0%, 67%) |
| LAB | lab(14.4 36.9 -33.1) |
| LCH | lch(14.4 49.6 318.1) |
| OKLCH | oklch(0.279 0.127 312.3) |
Copy-ready code
/* CSS */
color: #3d0854;
background-color: #3d0854;
/* Tailwind (arbitrary) */
class="text-[#3d0854] bg-[#3d0854]"
/* SCSS */
$brand: #3d0854;
/* SwiftUI */
Color(red: 0.239, green: 0.031, blue: 0.329)
/* Android */
Color.parseColor("#3d0854")Accessibility — WCAG contrast
Aa
#3d0854 on white: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3d0854 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green3.1%
Blue32.9%
CMYK percentages
Cyan27.4%
Magenta90.5%
Yellow0.0%
Key (black)67.1%
Color previews
#3d0854 text on a black background
contrast 1.36:1
Card sample
#3d0854 text on a white background
contrast 15.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d0854;
Background color
Panel with #3d0854 background
background-color: #3d0854;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d0854;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 8, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 8, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d0854; background: linear-gradient(135deg, #3d0854, #540838);