#240047
a deep, electric violet · warm · closest name: midnightblue
RGB
36, 0, 71
HSL
270°, 100%, 14%
CMYK
49, 100, 0, 72
Luminance
0.0083
Every format
| HEX | #240047 |
| RGB | rgb(36, 0, 71) |
| HSL | hsl(270, 100%, 14%) |
| CMYK | cmyk(49%, 100%, 0%, 72%) |
| LAB | lab(7.5 33.6 -35.7) |
| LCH | lch(7.5 49.0 313.2) |
| OKLCH | oklch(0.218 0.117 299.2) |
Copy-ready code
/* CSS */
color: #240047;
background-color: #240047;
/* Tailwind (arbitrary) */
class="text-[#240047] bg-[#240047]"
/* SCSS */
$brand: #240047;
/* SwiftUI */
Color(red: 0.141, green: 0.000, blue: 0.278)
/* Android */
Color.parseColor("#240047")Accessibility — WCAG contrast
Aa
#240047 on white: 18.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#240047 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green0.0%
Blue27.8%
CMYK percentages
Cyan49.3%
Magenta100.0%
Yellow0.0%
Key (black)72.2%
Color previews
#240047 text on a black background
contrast 1.17:1
Card sample
#240047 text on a white background
contrast 18.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #240047;
Background color
Panel with #240047 background
background-color: #240047;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #240047;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 0, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 0, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #240047; background: linear-gradient(135deg, #240047, #47003B);