#204fdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
32, 79, 223
HSL
225°, 75%, 50%
CMYK
86, 65, 0, 13
Luminance
0.1123
Every format
| HEX | #204fdf |
| RGB | rgb(32, 79, 223) |
| HSL | hsl(225, 75%, 50%) |
| CMYK | cmyk(86%, 65%, 0%, 13%) |
| LAB | lab(40.0 38.9 -77.0) |
| LCH | lch(40.0 86.3 296.8) |
| OKLCH | oklch(0.497 0.224 264.9) |
Copy-ready code
/* CSS */
color: #204fdf;
background-color: #204fdf;
/* Tailwind (arbitrary) */
class="text-[#204fdf] bg-[#204fdf]"
/* SCSS */
$brand: #204fdf;
/* SwiftUI */
Color(red: 0.125, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#204fdf")Accessibility — WCAG contrast
Aa
#204fdf on white: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#204fdf on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green31.0%
Blue87.5%
CMYK percentages
Cyan85.7%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#204fdf text on a black background
contrast 3.25:1
Card sample
#204fdf text on a white background
contrast 6.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #204fdf;
Background color
Panel with #204fdf background
background-color: #204fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #204fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #204fdf; background: linear-gradient(135deg, #204fdf, #7020DF);