#215ade
a balanced, vivid blue · cool · closest name: royalblue
RGB
33, 90, 222
HSL
222°, 74%, 50%
CMYK
85, 60, 0, 13
Luminance
0.1291
Every format
| HEX | #215ade |
| RGB | rgb(33, 90, 222) |
| HSL | hsl(222, 74%, 50%) |
| CMYK | cmyk(85%, 60%, 0%, 13%) |
| LAB | lab(42.6 31.6 -72.1) |
| LCH | lch(42.6 78.7 293.6) |
| OKLCH | oklch(0.517 0.210 263.3) |
Copy-ready code
/* CSS */
color: #215ade;
background-color: #215ade;
/* Tailwind (arbitrary) */
class="text-[#215ade] bg-[#215ade]"
/* SCSS */
$brand: #215ade;
/* SwiftUI */
Color(red: 0.129, green: 0.353, blue: 0.871)
/* Android */
Color.parseColor("#215ade")Accessibility — WCAG contrast
Aa
#215ade on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#215ade on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green35.3%
Blue87.1%
CMYK percentages
Cyan85.1%
Magenta59.5%
Yellow0.0%
Key (black)12.9%
Color previews
#215ade text on a black background
contrast 3.58:1
Card sample
#215ade text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #215ade;
Background color
Panel with #215ade background
background-color: #215ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #215ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 90, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 90, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #215ade; background: linear-gradient(135deg, #215ade, #6621DE);