#202ade
a balanced, vivid blue · warm · closest name: blue
RGB
32, 42, 222
HSL
237°, 75%, 50%
CMYK
86, 81, 0, 13
Luminance
0.0724
Every format
| HEX | #202ade |
| RGB | rgb(32, 42, 222) |
| HSL | hsl(237, 75%, 50%) |
| CMYK | cmyk(86%, 81%, 0%, 13%) |
| LAB | lab(32.3 59.5 -89.0) |
| LCH | lch(32.3 107.1 303.7) |
| OKLCH | oklch(0.442 0.258 267.7) |
Copy-ready code
/* CSS */
color: #202ade;
background-color: #202ade;
/* Tailwind (arbitrary) */
class="text-[#202ade] bg-[#202ade]"
/* SCSS */
$brand: #202ade;
/* SwiftUI */
Color(red: 0.125, green: 0.165, blue: 0.871)
/* Android */
Color.parseColor("#202ade")Accessibility — WCAG contrast
Aa
#202ade on white: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#202ade on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green16.5%
Blue87.1%
CMYK percentages
Cyan85.6%
Magenta81.1%
Yellow0.0%
Key (black)12.9%
Color previews
#202ade text on a black background
contrast 2.45:1
Card sample
#202ade text on a white background
contrast 8.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #202ade;
Background color
Panel with #202ade background
background-color: #202ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #202ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 42, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 42, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #202ade; background: linear-gradient(135deg, #202ade, #9520DE);