#4c4cdb
a balanced, vivid blue · warm · closest name: slateblue
RGB
76, 76, 219
HSL
240°, 67%, 58%
CMYK
65, 65, 0, 14
Luminance
0.1182
Every format
| HEX | #4c4cdb |
| RGB | rgb(76, 76, 219) |
| HSL | hsl(240, 67%, 58%) |
| CMYK | cmyk(65%, 65%, 0%, 14%) |
| LAB | lab(40.9 43.6 -73.1) |
| LCH | lch(40.9 85.1 300.8) |
| OKLCH | oklch(0.509 0.212 275.8) |
Copy-ready code
/* CSS */
color: #4c4cdb;
background-color: #4c4cdb;
/* Tailwind (arbitrary) */
class="text-[#4c4cdb] bg-[#4c4cdb]"
/* SCSS */
$brand: #4c4cdb;
/* SwiftUI */
Color(red: 0.298, green: 0.298, blue: 0.859)
/* Android */
Color.parseColor("#4c4cdb")Accessibility — WCAG contrast
Aa
#4c4cdb on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4c4cdb on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green29.8%
Blue85.9%
CMYK percentages
Cyan65.3%
Magenta65.3%
Yellow0.0%
Key (black)14.1%
Color previews
#4c4cdb text on a black background
contrast 3.36:1
Card sample
#4c4cdb text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c4cdb;
Background color
Panel with #4c4cdb background
background-color: #4c4cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c4cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 76, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 76, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c4cdb; background: linear-gradient(135deg, #4c4cdb, #AB4CDB);