#4f59cf
a balanced, vivid blue · warm · closest name: slateblue
RGB
79, 89, 207
HSL
235°, 57%, 56%
CMYK
62, 57, 0, 19
Luminance
0.1331
Every format
| HEX | #4f59cf |
| RGB | rgb(79, 89, 207) |
| HSL | hsl(235, 57%, 56%) |
| CMYK | cmyk(62%, 57%, 0%, 19%) |
| LAB | lab(43.2 32.1 -62.4) |
| LCH | lch(43.2 70.2 297.2) |
| OKLCH | oklch(0.523 0.180 274.7) |
Copy-ready code
/* CSS */
color: #4f59cf;
background-color: #4f59cf;
/* Tailwind (arbitrary) */
class="text-[#4f59cf] bg-[#4f59cf]"
/* SCSS */
$brand: #4f59cf;
/* SwiftUI */
Color(red: 0.310, green: 0.349, blue: 0.812)
/* Android */
Color.parseColor("#4f59cf")Accessibility — WCAG contrast
Aa
#4f59cf on white: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4f59cf on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green34.9%
Blue81.2%
CMYK percentages
Cyan61.8%
Magenta57.0%
Yellow0.0%
Key (black)18.8%
Color previews
#4f59cf text on a black background
contrast 3.66:1
Card sample
#4f59cf text on a white background
contrast 5.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f59cf;
Background color
Panel with #4f59cf background
background-color: #4f59cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f59cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 89, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 89, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f59cf; background: linear-gradient(135deg, #4f59cf, #9A4FCF);