#351069
a deep, vivid violet · warm · closest name: midnightblue
RGB
53, 16, 105
HSL
265°, 74%, 24%
CMYK
50, 85, 0, 59
Luminance
0.0215
Every format
| HEX | #351069 |
| RGB | rgb(53, 16, 105) |
| HSL | hsl(265, 74%, 24%) |
| CMYK | cmyk(50%, 85%, 0%, 59%) |
| LAB | lab(16.2 37.8 -44.3) |
| LCH | lch(16.2 58.2 310.5) |
| OKLCH | oklch(0.295 0.140 295.0) |
Copy-ready code
/* CSS */
color: #351069;
background-color: #351069;
/* Tailwind (arbitrary) */
class="text-[#351069] bg-[#351069]"
/* SCSS */
$brand: #351069;
/* SwiftUI */
Color(red: 0.208, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#351069")Accessibility — WCAG contrast
Aa
#351069 on white: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#351069 on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green6.3%
Blue41.2%
CMYK percentages
Cyan49.5%
Magenta84.8%
Yellow0.0%
Key (black)58.8%
Color previews
#351069 text on a black background
contrast 1.43:1
Card sample
#351069 text on a white background
contrast 14.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #351069;
Background color
Panel with #351069 background
background-color: #351069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #351069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #351069; background: linear-gradient(135deg, #351069, #691062);