#4f4cdc
a balanced, vivid blue · warm · closest name: slateblue
RGB
79, 76, 220
HSL
241°, 67%, 58%
CMYK
64, 66, 0, 14
Luminance
0.1200
Every format
| HEX | #4f4cdc |
| RGB | rgb(79, 76, 220) |
| HSL | hsl(241, 67%, 58%) |
| CMYK | cmyk(64%, 66%, 0%, 14%) |
| LAB | lab(41.2 44.3 -73.2) |
| LCH | lch(41.2 85.5 301.2) |
| OKLCH | oklch(0.512 0.212 276.7) |
Copy-ready code
/* CSS */
color: #4f4cdc;
background-color: #4f4cdc;
/* Tailwind (arbitrary) */
class="text-[#4f4cdc] bg-[#4f4cdc]"
/* SCSS */
$brand: #4f4cdc;
/* SwiftUI */
Color(red: 0.310, green: 0.298, blue: 0.863)
/* Android */
Color.parseColor("#4f4cdc")Accessibility — WCAG contrast
Aa
#4f4cdc on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4f4cdc on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green29.8%
Blue86.3%
CMYK percentages
Cyan64.1%
Magenta65.5%
Yellow0.0%
Key (black)13.7%
Color previews
#4f4cdc text on a black background
contrast 3.40:1
Card sample
#4f4cdc text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f4cdc;
Background color
Panel with #4f4cdc background
background-color: #4f4cdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f4cdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 76, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 76, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f4cdc; background: linear-gradient(135deg, #4f4cdc, #AF4CDC);