#0d0033
a deep, electric violet · warm · closest name: midnightblue
RGB
13, 0, 51
HSL
255°, 100%, 10%
CMYK
75, 100, 0, 80
Luminance
0.0032
Every format
| HEX | #0d0033 |
| RGB | rgb(13, 0, 51) |
| HSL | hsl(255, 100%, 10%) |
| CMYK | cmyk(75%, 100%, 0%, 80%) |
| LAB | lab(2.9 18.6 -28.8) |
| LCH | lch(2.9 34.3 302.9) |
| OKLCH | oklch(0.161 0.094 284.0) |
Copy-ready code
/* CSS */
color: #0d0033;
background-color: #0d0033;
/* Tailwind (arbitrary) */
class="text-[#0d0033] bg-[#0d0033]"
/* SCSS */
$brand: #0d0033;
/* SwiftUI */
Color(red: 0.051, green: 0.000, blue: 0.200)
/* Android */
Color.parseColor("#0d0033")Accessibility — WCAG contrast
Aa
#0d0033 on white: 19.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0d0033 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green0.0%
Blue20.0%
CMYK percentages
Cyan74.5%
Magenta100.0%
Yellow0.0%
Key (black)80.0%
Color previews
#0d0033 text on a black background
contrast 1.06:1
Card sample
#0d0033 text on a white background
contrast 19.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0d0033;
Background color
Panel with #0d0033 background
background-color: #0d0033;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0d0033;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 0, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 0, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0d0033; background: linear-gradient(135deg, #0d0033, #2F0033);