#20249f
a dark, vivid blue · warm · closest name: navy
RGB
32, 36, 159
HSL
238°, 67%, 38%
CMYK
80, 77, 0, 38
Luminance
0.0407
Every format
| HEX | #20249f |
| RGB | rgb(32, 36, 159) |
| HSL | hsl(238, 67%, 38%) |
| CMYK | cmyk(80%, 77%, 0%, 38%) |
| LAB | lab(23.9 42.3 -65.8) |
| LCH | lch(23.9 78.2 302.7) |
| OKLCH | oklch(0.362 0.191 270.5) |
Copy-ready code
/* CSS */
color: #20249f;
background-color: #20249f;
/* Tailwind (arbitrary) */
class="text-[#20249f] bg-[#20249f]"
/* SCSS */
$brand: #20249f;
/* SwiftUI */
Color(red: 0.125, green: 0.141, blue: 0.624)
/* Android */
Color.parseColor("#20249f")Accessibility — WCAG contrast
Aa
#20249f on white: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#20249f on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green14.1%
Blue62.4%
CMYK percentages
Cyan79.9%
Magenta77.4%
Yellow0.0%
Key (black)37.6%
Color previews
#20249f text on a black background
contrast 1.81:1
Card sample
#20249f text on a white background
contrast 11.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20249f;
Background color
Panel with #20249f background
background-color: #20249f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20249f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 36, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 36, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20249f; background: linear-gradient(135deg, #20249f, #71209F);