#4f4dbb
a balanced, soft blue · warm · closest name: slateblue
RGB
79, 77, 187
HSL
241°, 45%, 52%
CMYK
58, 59, 0, 27
Luminance
0.1056
Every format
| HEX | #4f4dbb |
| RGB | rgb(79, 77, 187) |
| HSL | hsl(241, 45%, 52%) |
| CMYK | cmyk(58%, 59%, 0%, 27%) |
| LAB | lab(38.8 33.0 -58.0) |
| LCH | lch(38.8 66.7 299.6) |
| OKLCH | oklch(0.486 0.168 278.9) |
Copy-ready code
/* CSS */
color: #4f4dbb;
background-color: #4f4dbb;
/* Tailwind (arbitrary) */
class="text-[#4f4dbb] bg-[#4f4dbb]"
/* SCSS */
$brand: #4f4dbb;
/* SwiftUI */
Color(red: 0.310, green: 0.302, blue: 0.733)
/* Android */
Color.parseColor("#4f4dbb")Accessibility — WCAG contrast
Aa
#4f4dbb on white: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4f4dbb on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green30.2%
Blue73.3%
CMYK percentages
Cyan57.8%
Magenta58.8%
Yellow0.0%
Key (black)26.7%
Color previews
#4f4dbb text on a black background
contrast 3.11:1
Card sample
#4f4dbb text on a white background
contrast 6.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f4dbb;
Background color
Panel with #4f4dbb background
background-color: #4f4dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f4dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 77, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 77, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f4dbb; background: linear-gradient(135deg, #4f4dbb, #984DBB);