#29275a
a dark, soft blue · warm · closest name: midnightblue
RGB
41, 39, 90
HSL
242°, 40%, 25%
CMYK
54, 57, 0, 65
Luminance
0.0266
Every format
| HEX | #29275a |
| RGB | rgb(41, 39, 90) |
| HSL | hsl(242, 40%, 25%) |
| CMYK | cmyk(54%, 57%, 0%, 65%) |
| LAB | lab(18.6 16.8 -30.5) |
| LCH | lch(18.6 34.9 298.9) |
| OKLCH | oklch(0.305 0.089 281.5) |
Copy-ready code
/* CSS */
color: #29275a;
background-color: #29275a;
/* Tailwind (arbitrary) */
class="text-[#29275a] bg-[#29275a]"
/* SCSS */
$brand: #29275a;
/* SwiftUI */
Color(red: 0.161, green: 0.153, blue: 0.353)
/* Android */
Color.parseColor("#29275a")Accessibility — WCAG contrast
Aa
#29275a on white: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#29275a on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green15.3%
Blue35.3%
CMYK percentages
Cyan54.4%
Magenta56.7%
Yellow0.0%
Key (black)64.7%
Color previews
#29275a text on a black background
contrast 1.53:1
Card sample
#29275a text on a white background
contrast 13.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29275a;
Background color
Panel with #29275a background
background-color: #29275a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29275a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 39, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 39, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29275a; background: linear-gradient(135deg, #29275a, #4B275A);