#4f4f8b
a dark, soft blue · warm · closest name: steelblue
RGB
79, 79, 139
HSL
240°, 28%, 43%
CMYK
43, 43, 0, 46
Luminance
0.0912
Every format
| HEX | #4f4f8b |
| RGB | rgb(79, 79, 139) |
| HSL | hsl(240, 28%, 43%) |
| CMYK | cmyk(43%, 43%, 0%, 46%) |
| LAB | lab(36.2 16.2 -33.5) |
| LCH | lch(36.2 37.2 295.9) |
| OKLCH | oklch(0.456 0.097 281.9) |
Copy-ready code
/* CSS */
color: #4f4f8b;
background-color: #4f4f8b;
/* Tailwind (arbitrary) */
class="text-[#4f4f8b] bg-[#4f4f8b]"
/* SCSS */
$brand: #4f4f8b;
/* SwiftUI */
Color(red: 0.310, green: 0.310, blue: 0.545)
/* Android */
Color.parseColor("#4f4f8b")Accessibility — WCAG contrast
Aa
#4f4f8b on white: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f4f8b on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green31.0%
Blue54.5%
CMYK percentages
Cyan43.2%
Magenta43.2%
Yellow0.0%
Key (black)45.5%
Color previews
#4f4f8b text on a black background
contrast 2.82:1
Card sample
#4f4f8b text on a white background
contrast 7.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f4f8b;
Background color
Panel with #4f4f8b background
background-color: #4f4f8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f4f8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 79, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 79, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f4f8b; background: linear-gradient(135deg, #4f4f8b, #774F8B);