#240083
a dark, electric violet · warm · closest name: navy
RGB
36, 0, 131
HSL
257°, 100%, 26%
CMYK
73, 100, 0, 49
Luminance
0.0201
Every format
| HEX | #240083 |
| RGB | rgb(36, 0, 131) |
| HSL | hsl(257, 100%, 26%) |
| CMYK | cmyk(73%, 100%, 0%, 49%) |
| LAB | lab(15.6 49.1 -62.2) |
| LCH | lch(15.6 79.3 308.3) |
| OKLCH | oklch(0.295 0.181 278.0) |
Copy-ready code
/* CSS */
color: #240083;
background-color: #240083;
/* Tailwind (arbitrary) */
class="text-[#240083] bg-[#240083]"
/* SCSS */
$brand: #240083;
/* SwiftUI */
Color(red: 0.141, green: 0.000, blue: 0.514)
/* Android */
Color.parseColor("#240083")Accessibility — WCAG contrast
Aa
#240083 on white: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#240083 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green0.0%
Blue51.4%
CMYK percentages
Cyan72.5%
Magenta100.0%
Yellow0.0%
Key (black)48.6%
Color previews
#240083 text on a black background
contrast 1.40:1
Card sample
#240083 text on a white background
contrast 14.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #240083;
Background color
Panel with #240083 background
background-color: #240083;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #240083;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 0, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 0, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #240083; background: linear-gradient(135deg, #240083, #7B0083);