#20105f
a deep, vivid blue · warm · closest name: midnightblue
RGB
32, 16, 95
HSL
252°, 71%, 22%
CMYK
66, 83, 0, 63
Luminance
0.0150
Every format
| HEX | #20105f |
| RGB | rgb(32, 16, 95) |
| HSL | hsl(252, 71%, 22%) |
| CMYK | cmyk(66%, 83%, 0%, 63%) |
| LAB | lab(12.6 31.9 -43.7) |
| LCH | lch(12.6 54.1 306.1) |
| OKLCH | oklch(0.261 0.129 282.0) |
Copy-ready code
/* CSS */
color: #20105f;
background-color: #20105f;
/* Tailwind (arbitrary) */
class="text-[#20105f] bg-[#20105f]"
/* SCSS */
$brand: #20105f;
/* SwiftUI */
Color(red: 0.125, green: 0.063, blue: 0.373)
/* Android */
Color.parseColor("#20105f")Accessibility — WCAG contrast
Aa
#20105f on white: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#20105f on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green6.3%
Blue37.3%
CMYK percentages
Cyan66.3%
Magenta83.2%
Yellow0.0%
Key (black)62.7%
Color previews
#20105f text on a black background
contrast 1.30:1
Card sample
#20105f text on a white background
contrast 16.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20105f;
Background color
Panel with #20105f background
background-color: #20105f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20105f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 16, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 16, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20105f; background: linear-gradient(135deg, #20105f, #55105F);