#290f3d
a deep, vivid violet · warm · closest name: midnightblue
RGB
41, 15, 61
HSL
274°, 61%, 15%
CMYK
33, 75, 0, 76
Luminance
0.0115
Every format
| HEX | #290f3d |
| RGB | rgb(41, 15, 61) |
| HSL | hsl(274, 61%, 15%) |
| CMYK | cmyk(33%, 75%, 0%, 76%) |
| LAB | lab(10.2 23.5 -24.2) |
| LCH | lch(10.2 33.7 314.2) |
| OKLCH | oklch(0.236 0.086 307.0) |
Copy-ready code
/* CSS */
color: #290f3d;
background-color: #290f3d;
/* Tailwind (arbitrary) */
class="text-[#290f3d] bg-[#290f3d]"
/* SCSS */
$brand: #290f3d;
/* SwiftUI */
Color(red: 0.161, green: 0.059, blue: 0.239)
/* Android */
Color.parseColor("#290f3d")Accessibility — WCAG contrast
Aa
#290f3d on white: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#290f3d on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green5.9%
Blue23.9%
CMYK percentages
Cyan32.8%
Magenta75.4%
Yellow0.0%
Key (black)76.1%
Color previews
#290f3d text on a black background
contrast 1.23:1
Card sample
#290f3d text on a white background
contrast 17.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #290f3d;
Background color
Panel with #290f3d background
background-color: #290f3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #290f3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 15, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 15, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #290f3d; background: linear-gradient(135deg, #290f3d, #3D0F32);