#205cdf
a balanced, vivid blue · cool · closest name: royalblue
RGB
32, 92, 223
HSL
221°, 75%, 50%
CMYK
86, 59, 0, 13
Luminance
0.1329
Every format
| HEX | #205cdf |
| RGB | rgb(32, 92, 223) |
| HSL | hsl(221, 75%, 50%) |
| CMYK | cmyk(86%, 59%, 0%, 13%) |
| LAB | lab(43.2 30.6 -71.7) |
| LCH | lch(43.2 78.0 293.1) |
| OKLCH | oklch(0.521 0.209 262.8) |
Copy-ready code
/* CSS */
color: #205cdf;
background-color: #205cdf;
/* Tailwind (arbitrary) */
class="text-[#205cdf] bg-[#205cdf]"
/* SCSS */
$brand: #205cdf;
/* SwiftUI */
Color(red: 0.125, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#205cdf")Accessibility — WCAG contrast
Aa
#205cdf on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#205cdf on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green36.1%
Blue87.5%
CMYK percentages
Cyan85.7%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#205cdf text on a black background
contrast 3.66:1
Card sample
#205cdf text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #205cdf;
Background color
Panel with #205cdf background
background-color: #205cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #205cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #205cdf; background: linear-gradient(135deg, #205cdf, #6320DF);