#4f52cf
a balanced, vivid blue · warm · closest name: slateblue
RGB
79, 82, 207
HSL
239°, 57%, 56%
CMYK
62, 60, 0, 19
Luminance
0.1220
Every format
| HEX | #4f52cf |
| RGB | rgb(79, 82, 207) |
| HSL | hsl(239, 57%, 56%) |
| CMYK | cmyk(62%, 60%, 0%, 19%) |
| LAB | lab(41.5 36.5 -65.2) |
| LCH | lch(41.5 74.7 299.2) |
| OKLCH | oklch(0.511 0.189 276.4) |
Copy-ready code
/* CSS */
color: #4f52cf;
background-color: #4f52cf;
/* Tailwind (arbitrary) */
class="text-[#4f52cf] bg-[#4f52cf]"
/* SCSS */
$brand: #4f52cf;
/* SwiftUI */
Color(red: 0.310, green: 0.322, blue: 0.812)
/* Android */
Color.parseColor("#4f52cf")Accessibility — WCAG contrast
Aa
#4f52cf on white: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4f52cf on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green32.2%
Blue81.2%
CMYK percentages
Cyan61.8%
Magenta60.4%
Yellow0.0%
Key (black)18.8%
Color previews
#4f52cf text on a black background
contrast 3.44:1
Card sample
#4f52cf text on a white background
contrast 6.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f52cf;
Background color
Panel with #4f52cf background
background-color: #4f52cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f52cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 82, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 82, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f52cf; background: linear-gradient(135deg, #4f52cf, #A14FCF);