#4f2dcf
a balanced, vivid blue · warm · closest name: navy
RGB
79, 45, 207
HSL
253°, 64%, 49%
CMYK
62, 78, 0, 19
Luminance
0.0804
Every format
| HEX | #4f2dcf |
| RGB | rgb(79, 45, 207) |
| HSL | hsl(253, 64%, 49%) |
| CMYK | cmyk(62%, 78%, 0%, 19%) |
| LAB | lab(34.1 56.9 -77.4) |
| LCH | lch(34.1 96.1 306.3) |
| OKLCH | oklch(0.457 0.228 282.1) |
Copy-ready code
/* CSS */
color: #4f2dcf;
background-color: #4f2dcf;
/* Tailwind (arbitrary) */
class="text-[#4f2dcf] bg-[#4f2dcf]"
/* SCSS */
$brand: #4f2dcf;
/* SwiftUI */
Color(red: 0.310, green: 0.176, blue: 0.812)
/* Android */
Color.parseColor("#4f2dcf")Accessibility — WCAG contrast
Aa
#4f2dcf on white: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f2dcf on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green17.6%
Blue81.2%
CMYK percentages
Cyan61.8%
Magenta78.3%
Yellow0.0%
Key (black)18.8%
Color previews
#4f2dcf text on a black background
contrast 2.61:1
Card sample
#4f2dcf text on a white background
contrast 8.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f2dcf;
Background color
Panel with #4f2dcf background
background-color: #4f2dcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f2dcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 45, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 45, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f2dcf; background: linear-gradient(135deg, #4f2dcf, #BB2DCF);