#241971
a dark, vivid blue · warm · “midnightblue”
RGB
36, 25, 113
HSL
248°, 64%, 27%
CMYK
68, 78, 0, 56
Luminance
0.0226
Every format
| HEX | #241971 |
| RGB | rgb(36, 25, 113) |
| HSL | hsl(248, 64%, 27%) |
| CMYK | cmyk(68%, 78%, 0%, 56%) |
| LAB | lab(16.8 33.3 -48.6) |
| LCH | lch(16.8 58.9 304.4) |
| OKLCH | oklch(0.297 0.142 278.9) |
Copy-ready code
/* CSS */
color: #241971;
background-color: #241971;
/* Tailwind (arbitrary) */
class="text-[#241971] bg-[#241971]"
/* SCSS */
$brand: #241971;
/* SwiftUI */
Color(red: 0.141, green: 0.098, blue: 0.443)
/* Android */
Color.parseColor("#241971")Accessibility — WCAG contrast
Aa
#241971 on white: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#241971 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green9.8%
Blue44.3%
CMYK percentages
Cyan68.1%
Magenta77.9%
Yellow0.0%
Key (black)55.7%
Color previews
#241971 text on a black background
contrast 1.45:1
Card sample
#241971 text on a white background
contrast 14.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #241971;
Background color
Panel with #241971 background
background-color: #241971;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #241971;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 25, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 25, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #241971; background: linear-gradient(135deg, #241971, #5F1971);