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