#292996
a dark, vivid blue · warm · closest name: midnightblue
RGB
41, 41, 150
HSL
240°, 57%, 38%
CMYK
73, 73, 0, 41
Luminance
0.0426
Every format
| HEX | #292996 |
| RGB | rgb(41, 41, 150) |
| HSL | hsl(240, 57%, 38%) |
| CMYK | cmyk(73%, 73%, 0%, 41%) |
| LAB | lab(24.5 37.1 -59.3) |
| LCH | lch(24.5 69.9 302.0) |
| OKLCH | oklch(0.365 0.172 273.8) |
Copy-ready code
/* CSS */
color: #292996;
background-color: #292996;
/* Tailwind (arbitrary) */
class="text-[#292996] bg-[#292996]"
/* SCSS */
$brand: #292996;
/* SwiftUI */
Color(red: 0.161, green: 0.161, blue: 0.588)
/* Android */
Color.parseColor("#292996")Accessibility — WCAG contrast
Aa
#292996 on white: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#292996 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green16.1%
Blue58.8%
CMYK percentages
Cyan72.7%
Magenta72.7%
Yellow0.0%
Key (black)41.2%
Color previews
#292996 text on a black background
contrast 1.85:1
Card sample
#292996 text on a white background
contrast 11.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #292996;
Background color
Panel with #292996 background
background-color: #292996;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #292996;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 41, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 41, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #292996; background: linear-gradient(135deg, #292996, #722996);