#4f2dba
a balanced, vivid blue · warm · closest name: indigo
RGB
79, 45, 186
HSL
255°, 61%, 45%
CMYK
58, 76, 0, 27
Luminance
0.0708
Every format
| HEX | #4f2dba |
| RGB | rgb(79, 45, 186) |
| HSL | hsl(255, 61%, 45%) |
| CMYK | cmyk(58%, 76%, 0%, 27%) |
| LAB | lab(32.0 50.9 -68.5) |
| LCH | lch(32.0 85.4 306.6) |
| OKLCH | oklch(0.436 0.205 285.2) |
Copy-ready code
/* CSS */
color: #4f2dba;
background-color: #4f2dba;
/* Tailwind (arbitrary) */
class="text-[#4f2dba] bg-[#4f2dba]"
/* SCSS */
$brand: #4f2dba;
/* SwiftUI */
Color(red: 0.310, green: 0.176, blue: 0.729)
/* Android */
Color.parseColor("#4f2dba")Accessibility — WCAG contrast
Aa
#4f2dba on white: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f2dba on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green17.6%
Blue72.9%
CMYK percentages
Cyan57.5%
Magenta75.8%
Yellow0.0%
Key (black)27.1%
Color previews
#4f2dba text on a black background
contrast 2.42:1
Card sample
#4f2dba text on a white background
contrast 8.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f2dba;
Background color
Panel with #4f2dba background
background-color: #4f2dba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f2dba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 45, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 45, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f2dba; background: linear-gradient(135deg, #4f2dba, #AD2DBA);