#219ade
a balanced, vivid blue · cool · closest name: steelblue
RGB
33, 154, 222
HSL
202°, 74%, 50%
CMYK
85, 31, 0, 13
Luminance
0.2871
Every format
| HEX | #219ade |
| RGB | rgb(33, 154, 222) |
| HSL | hsl(202, 74%, 50%) |
| CMYK | cmyk(85%, 31%, 0%, 13%) |
| LAB | lab(60.5 -7.9 -43.4) |
| LCH | lch(60.5 44.1 259.6) |
| OKLCH | oklch(0.655 0.142 240.3) |
Copy-ready code
/* CSS */
color: #219ade;
background-color: #219ade;
/* Tailwind (arbitrary) */
class="text-[#219ade] bg-[#219ade]"
/* SCSS */
$brand: #219ade;
/* SwiftUI */
Color(red: 0.129, green: 0.604, blue: 0.871)
/* Android */
Color.parseColor("#219ade")Accessibility — WCAG contrast
Aa
#219ade on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#219ade on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green60.4%
Blue87.1%
CMYK percentages
Cyan85.1%
Magenta30.6%
Yellow0.0%
Key (black)12.9%
Color previews
#219ade text on a black background
contrast 6.74:1
Card sample
#219ade text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #219ade;
Background color
Panel with #219ade background
background-color: #219ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #219ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 154, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 154, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #219ade; background: linear-gradient(135deg, #219ade, #2621DE);