#205fdf
a balanced, vivid blue · cool · closest name: royalblue
RGB
32, 95, 223
HSL
220°, 75%, 50%
CMYK
86, 57, 0, 13
Luminance
0.1382
Every format
| HEX | #205fdf |
| RGB | rgb(32, 95, 223) |
| HSL | hsl(220, 75%, 50%) |
| CMYK | cmyk(86%, 57%, 0%, 13%) |
| LAB | lab(44.0 28.7 -70.5) |
| LCH | lch(44.0 76.1 292.1) |
| OKLCH | oklch(0.527 0.206 262.2) |
Copy-ready code
/* CSS */
color: #205fdf;
background-color: #205fdf;
/* Tailwind (arbitrary) */
class="text-[#205fdf] bg-[#205fdf]"
/* SCSS */
$brand: #205fdf;
/* SwiftUI */
Color(red: 0.125, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#205fdf")Accessibility — WCAG contrast
Aa
#205fdf on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#205fdf on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green37.3%
Blue87.5%
CMYK percentages
Cyan85.7%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#205fdf text on a black background
contrast 3.76:1
Card sample
#205fdf text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #205fdf;
Background color
Panel with #205fdf background
background-color: #205fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #205fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #205fdf; background: linear-gradient(135deg, #205fdf, #6020DF);