#205df3
a balanced, electric blue · cool · closest name: royalblue
RGB
32, 93, 243
HSL
223°, 90%, 54%
CMYK
87, 62, 0, 5
Luminance
0.1461
Every format
| HEX | #205df3 |
| RGB | rgb(32, 93, 243) |
| HSL | hsl(223, 90%, 54%) |
| CMYK | cmyk(87%, 62%, 0%, 5%) |
| LAB | lab(45.1 37.4 -79.9) |
| LCH | lch(45.1 88.2 295.1) |
| OKLCH | oklch(0.541 0.233 263.6) |
Copy-ready code
/* CSS */
color: #205df3;
background-color: #205df3;
/* Tailwind (arbitrary) */
class="text-[#205df3] bg-[#205df3]"
/* SCSS */
$brand: #205df3;
/* SwiftUI */
Color(red: 0.125, green: 0.365, blue: 0.953)
/* Android */
Color.parseColor("#205df3")Accessibility — WCAG contrast
Aa
#205df3 on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#205df3 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green36.5%
Blue95.3%
CMYK percentages
Cyan86.8%
Magenta61.7%
Yellow0.0%
Key (black)4.7%
Color previews
#205df3 text on a black background
contrast 3.92:1
Card sample
#205df3 text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #205df3;
Background color
Panel with #205df3 background
background-color: #205df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #205df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 93, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 93, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #205df3; background: linear-gradient(135deg, #205df3, #7020F3);