#201166
a deep, vivid blue · warm · closest name: midnightblue
RGB
32, 17, 102
HSL
251°, 71%, 23%
CMYK
69, 83, 0, 60
Luminance
0.0167
Every format
| HEX | #201166 |
| RGB | rgb(32, 17, 102) |
| HSL | hsl(251, 71%, 23%) |
| CMYK | cmyk(69%, 83%, 0%, 60%) |
| LAB | lab(13.6 33.6 -46.7) |
| LCH | lch(13.6 57.5 305.8) |
| OKLCH | oklch(0.271 0.137 280.1) |
Copy-ready code
/* CSS */
color: #201166;
background-color: #201166;
/* Tailwind (arbitrary) */
class="text-[#201166] bg-[#201166]"
/* SCSS */
$brand: #201166;
/* SwiftUI */
Color(red: 0.125, green: 0.067, blue: 0.400)
/* Android */
Color.parseColor("#201166")Accessibility — WCAG contrast
Aa
#201166 on white: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201166 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green6.7%
Blue40.0%
CMYK percentages
Cyan68.6%
Magenta83.3%
Yellow0.0%
Key (black)60.0%
Color previews
#201166 text on a black background
contrast 1.33:1
Card sample
#201166 text on a white background
contrast 15.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201166;
Background color
Panel with #201166 background
background-color: #201166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 17, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 17, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201166; background: linear-gradient(135deg, #201166, #591166);