#201248
a deep, vivid violet · warm · closest name: midnightblue
RGB
32, 18, 72
HSL
256°, 60%, 18%
CMYK
56, 75, 0, 72
Luminance
0.0121
Every format
| HEX | #201248 |
| RGB | rgb(32, 18, 72) |
| HSL | hsl(256, 60%, 18%) |
| CMYK | cmyk(56%, 75%, 0%, 72%) |
| LAB | lab(10.6 22.9 -31.3) |
| LCH | lch(10.6 38.8 306.2) |
| OKLCH | oklch(0.239 0.095 289.1) |
Copy-ready code
/* CSS */
color: #201248;
background-color: #201248;
/* Tailwind (arbitrary) */
class="text-[#201248] bg-[#201248]"
/* SCSS */
$brand: #201248;
/* SwiftUI */
Color(red: 0.125, green: 0.071, blue: 0.282)
/* Android */
Color.parseColor("#201248")Accessibility — WCAG contrast
Aa
#201248 on white: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201248 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green7.1%
Blue28.2%
CMYK percentages
Cyan55.6%
Magenta75.0%
Yellow0.0%
Key (black)71.8%
Color previews
#201248 text on a black background
contrast 1.24:1
Card sample
#201248 text on a white background
contrast 16.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201248;
Background color
Panel with #201248 background
background-color: #201248;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201248;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 18, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 18, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201248; background: linear-gradient(135deg, #201248, #441248);