#1f103c
a deep, vivid violet · warm · closest name: midnightblue
RGB
31, 16, 60
HSL
261°, 58%, 15%
CMYK
48, 73, 0, 77
Luminance
0.0099
Every format
| HEX | #1f103c |
| RGB | rgb(31, 16, 60) |
| HSL | hsl(261, 58%, 15%) |
| CMYK | cmyk(48%, 73%, 0%, 77%) |
| LAB | lab(8.9 19.9 -25.6) |
| LCH | lch(8.9 32.5 307.9) |
| OKLCH | oklch(0.223 0.081 294.7) |
Copy-ready code
/* CSS */
color: #1f103c;
background-color: #1f103c;
/* Tailwind (arbitrary) */
class="text-[#1f103c] bg-[#1f103c]"
/* SCSS */
$brand: #1f103c;
/* SwiftUI */
Color(red: 0.122, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#1f103c")Accessibility — WCAG contrast
Aa
#1f103c on white: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f103c on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green6.3%
Blue23.5%
CMYK percentages
Cyan48.3%
Magenta73.3%
Yellow0.0%
Key (black)76.5%
Color previews
#1f103c text on a black background
contrast 1.20:1
Card sample
#1f103c text on a white background
contrast 17.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f103c;
Background color
Panel with #1f103c background
background-color: #1f103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f103c; background: linear-gradient(135deg, #1f103c, #3C103C);