#140330
a deep, electric violet · warm · closest name: midnightblue
RGB
20, 3, 48
HSL
263°, 88%, 10%
CMYK
58, 94, 0, 81
Luminance
0.0043
Every format
| HEX | #140330 |
| RGB | rgb(20, 3, 48) |
| HSL | hsl(263, 88%, 10%) |
| CMYK | cmyk(58%, 94%, 0%, 81%) |
| LAB | lab(3.9 18.4 -25.0) |
| LCH | lch(3.9 31.0 306.3) |
| OKLCH | oklch(0.173 0.084 294.0) |
Copy-ready code
/* CSS */
color: #140330;
background-color: #140330;
/* Tailwind (arbitrary) */
class="text-[#140330] bg-[#140330]"
/* SCSS */
$brand: #140330;
/* SwiftUI */
Color(red: 0.078, green: 0.012, blue: 0.188)
/* Android */
Color.parseColor("#140330")Accessibility — WCAG contrast
Aa
#140330 on white: 19.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140330 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green1.2%
Blue18.8%
CMYK percentages
Cyan58.3%
Magenta93.8%
Yellow0.0%
Key (black)81.2%
Color previews
#140330 text on a black background
contrast 1.09:1
Card sample
#140330 text on a white background
contrast 19.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140330;
Background color
Panel with #140330 background
background-color: #140330;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140330;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 3, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 3, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140330; background: linear-gradient(135deg, #140330, #30032E);