#431069
a deep, vivid violet · warm · closest name: midnightblue
RGB
67, 16, 105
HSL
274°, 74%, 24%
CMYK
36, 85, 0, 59
Luminance
0.0258
Every format
| HEX | #431069 |
| RGB | rgb(67, 16, 105) |
| HSL | hsl(274, 74%, 24%) |
| CMYK | cmyk(36%, 85%, 0%, 59%) |
| LAB | lab(18.3 40.1 -40.8) |
| LCH | lch(18.3 57.3 314.5) |
| OKLCH | oklch(0.314 0.142 305.2) |
Copy-ready code
/* CSS */
color: #431069;
background-color: #431069;
/* Tailwind (arbitrary) */
class="text-[#431069] bg-[#431069]"
/* SCSS */
$brand: #431069;
/* SwiftUI */
Color(red: 0.263, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#431069")Accessibility — WCAG contrast
Aa
#431069 on white: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#431069 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green6.3%
Blue41.2%
CMYK percentages
Cyan36.2%
Magenta84.8%
Yellow0.0%
Key (black)58.8%
Color previews
#431069 text on a black background
contrast 1.52:1
Card sample
#431069 text on a white background
contrast 13.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #431069;
Background color
Panel with #431069 background
background-color: #431069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #431069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #431069; background: linear-gradient(135deg, #431069, #691054);