#20309c
a dark, vivid blue · warm · closest name: midnightblue
RGB
32, 48, 156
HSL
232°, 66%, 37%
CMYK
80, 69, 0, 39
Luminance
0.0482
Every format
| HEX | #20309c |
| RGB | rgb(32, 48, 156) |
| HSL | hsl(232, 66%, 37%) |
| CMYK | cmyk(80%, 69%, 0%, 39%) |
| LAB | lab(26.2 33.9 -60.1) |
| LCH | lch(26.2 69.0 299.4) |
| OKLCH | oklch(0.378 0.174 269.0) |
Copy-ready code
/* CSS */
color: #20309c;
background-color: #20309c;
/* Tailwind (arbitrary) */
class="text-[#20309c] bg-[#20309c]"
/* SCSS */
$brand: #20309c;
/* SwiftUI */
Color(red: 0.125, green: 0.188, blue: 0.612)
/* Android */
Color.parseColor("#20309c")Accessibility — WCAG contrast
Aa
#20309c on white: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#20309c on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green18.8%
Blue61.2%
CMYK percentages
Cyan79.5%
Magenta69.2%
Yellow0.0%
Key (black)38.8%
Color previews
#20309c text on a black background
contrast 1.96:1
Card sample
#20309c text on a white background
contrast 10.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20309c;
Background color
Panel with #20309c background
background-color: #20309c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20309c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 48, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 48, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20309c; background: linear-gradient(135deg, #20309c, #63209C);