#0f0033
a deep, electric violet · warm · closest name: midnightblue
RGB
15, 0, 51
HSL
258°, 100%, 10%
CMYK
71, 100, 0, 80
Luminance
0.0034
Every format
| HEX | #0f0033 |
| RGB | rgb(15, 0, 51) |
| HSL | hsl(258, 100%, 10%) |
| CMYK | cmyk(71%, 100%, 0%, 80%) |
| LAB | lab(3.1 19.3 -28.5) |
| LCH | lch(3.1 34.4 304.0) |
| OKLCH | oklch(0.163 0.094 286.7) |
Copy-ready code
/* CSS */
color: #0f0033;
background-color: #0f0033;
/* Tailwind (arbitrary) */
class="text-[#0f0033] bg-[#0f0033]"
/* SCSS */
$brand: #0f0033;
/* SwiftUI */
Color(red: 0.059, green: 0.000, blue: 0.200)
/* Android */
Color.parseColor("#0f0033")Accessibility — WCAG contrast
Aa
#0f0033 on white: 19.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f0033 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green0.0%
Blue20.0%
CMYK percentages
Cyan70.6%
Magenta100.0%
Yellow0.0%
Key (black)80.0%
Color previews
#0f0033 text on a black background
contrast 1.07:1
Card sample
#0f0033 text on a white background
contrast 19.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f0033;
Background color
Panel with #0f0033 background
background-color: #0f0033;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f0033;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 0, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 0, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f0033; background: linear-gradient(135deg, #0f0033, #310033);