#2028bf
a dark, vivid blue · warm · closest name: navy
RGB
32, 40, 191
HSL
237°, 71%, 44%
CMYK
83, 79, 0, 25
Luminance
0.0559
Every format
| HEX | #2028bf |
| RGB | rgb(32, 40, 191) |
| HSL | hsl(237, 71%, 44%) |
| CMYK | cmyk(83%, 79%, 0%, 25%) |
| LAB | lab(28.3 50.7 -77.6) |
| LCH | lch(28.3 92.7 303.2) |
| OKLCH | oklch(0.404 0.225 268.7) |
Copy-ready code
/* CSS */
color: #2028bf;
background-color: #2028bf;
/* Tailwind (arbitrary) */
class="text-[#2028bf] bg-[#2028bf]"
/* SCSS */
$brand: #2028bf;
/* SwiftUI */
Color(red: 0.125, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#2028bf")Accessibility — WCAG contrast
Aa
#2028bf on white: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2028bf on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green15.7%
Blue74.9%
CMYK percentages
Cyan83.2%
Magenta79.1%
Yellow0.0%
Key (black)25.1%
Color previews
#2028bf text on a black background
contrast 2.12:1
Card sample
#2028bf text on a white background
contrast 9.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2028bf;
Background color
Panel with #2028bf background
background-color: #2028bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2028bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2028bf; background: linear-gradient(135deg, #2028bf, #8220BF);