#3c59df
a balanced, vivid blue · warm · closest name: royalblue
RGB
60, 89, 223
HSL
229°, 72%, 56%
CMYK
73, 60, 0, 13
Luminance
0.1343
Every format
| HEX | #3c59df |
| RGB | rgb(60, 89, 223) |
| HSL | hsl(229, 72%, 56%) |
| CMYK | cmyk(73%, 60%, 0%, 13%) |
| LAB | lab(43.4 35.0 -71.3) |
| LCH | lch(43.4 79.5 296.1) |
| OKLCH | oklch(0.526 0.206 268.7) |
Copy-ready code
/* CSS */
color: #3c59df;
background-color: #3c59df;
/* Tailwind (arbitrary) */
class="text-[#3c59df] bg-[#3c59df]"
/* SCSS */
$brand: #3c59df;
/* SwiftUI */
Color(red: 0.235, green: 0.349, blue: 0.875)
/* Android */
Color.parseColor("#3c59df")Accessibility — WCAG contrast
Aa
#3c59df on white: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c59df on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green34.9%
Blue87.5%
CMYK percentages
Cyan73.1%
Magenta60.1%
Yellow0.0%
Key (black)12.5%
Color previews
#3c59df text on a black background
contrast 3.69:1
Card sample
#3c59df text on a white background
contrast 5.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c59df;
Background color
Panel with #3c59df background
background-color: #3c59df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c59df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 89, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 89, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c59df; background: linear-gradient(135deg, #3c59df, #8C3CDF);