#4f5daf
a balanced, soft blue · warm · closest name: slateblue
RGB
79, 93, 175
HSL
231°, 38%, 50%
CMYK
55, 47, 0, 31
Luminance
0.1259
Every format
| HEX | #4f5daf |
| RGB | rgb(79, 93, 175) |
| HSL | hsl(231, 38%, 50%) |
| CMYK | cmyk(55%, 47%, 0%, 31%) |
| LAB | lab(42.1 18.9 -45.6) |
| LCH | lch(42.1 49.3 292.5) |
| OKLCH | oklch(0.508 0.130 273.6) |
Copy-ready code
/* CSS */
color: #4f5daf;
background-color: #4f5daf;
/* Tailwind (arbitrary) */
class="text-[#4f5daf] bg-[#4f5daf]"
/* SCSS */
$brand: #4f5daf;
/* SwiftUI */
Color(red: 0.310, green: 0.365, blue: 0.686)
/* Android */
Color.parseColor("#4f5daf")Accessibility — WCAG contrast
Aa
#4f5daf on white: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4f5daf on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green36.5%
Blue68.6%
CMYK percentages
Cyan54.9%
Magenta46.9%
Yellow0.0%
Key (black)31.4%
Color previews
#4f5daf text on a black background
contrast 3.52:1
Card sample
#4f5daf text on a white background
contrast 5.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f5daf;
Background color
Panel with #4f5daf background
background-color: #4f5daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f5daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 93, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 93, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f5daf; background: linear-gradient(135deg, #4f5daf, #814FAF);