#204ade
a balanced, vivid blue · warm · closest name: royalblue
RGB
32, 74, 222
HSL
227°, 75%, 50%
CMYK
86, 67, 0, 13
Luminance
0.1048
Every format
| HEX | #204ade |
| RGB | rgb(32, 74, 222) |
| HSL | hsl(227, 75%, 50%) |
| CMYK | cmyk(86%, 67%, 0%, 13%) |
| LAB | lab(38.7 41.6 -78.5) |
| LCH | lch(38.7 88.9 297.9) |
| OKLCH | oklch(0.488 0.228 265.4) |
Copy-ready code
/* CSS */
color: #204ade;
background-color: #204ade;
/* Tailwind (arbitrary) */
class="text-[#204ade] bg-[#204ade]"
/* SCSS */
$brand: #204ade;
/* SwiftUI */
Color(red: 0.125, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#204ade")Accessibility — WCAG contrast
Aa
#204ade on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#204ade on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green29.0%
Blue87.1%
CMYK percentages
Cyan85.6%
Magenta66.7%
Yellow0.0%
Key (black)12.9%
Color previews
#204ade text on a black background
contrast 3.10:1
Card sample
#204ade text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #204ade;
Background color
Panel with #204ade background
background-color: #204ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #204ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #204ade; background: linear-gradient(135deg, #204ade, #7520DE);