#2f147f
a dark, vivid violet · warm · closest name: indigo
RGB
47, 20, 127
HSL
255°, 73%, 29%
CMYK
63, 84, 0, 50
Luminance
0.0264
Every format
| HEX | #2f147f |
| RGB | rgb(47, 20, 127) |
| HSL | hsl(255, 73%, 29%) |
| CMYK | cmyk(63%, 84%, 0%, 50%) |
| LAB | lab(18.5 41.6 -54.7) |
| LCH | lch(18.5 68.8 307.3) |
| OKLCH | oklch(0.317 0.162 283.7) |
Copy-ready code
/* CSS */
color: #2f147f;
background-color: #2f147f;
/* Tailwind (arbitrary) */
class="text-[#2f147f] bg-[#2f147f]"
/* SCSS */
$brand: #2f147f;
/* SwiftUI */
Color(red: 0.184, green: 0.078, blue: 0.498)
/* Android */
Color.parseColor("#2f147f")Accessibility — WCAG contrast
Aa
#2f147f on white: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f147f on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green7.8%
Blue49.8%
CMYK percentages
Cyan63.0%
Magenta84.3%
Yellow0.0%
Key (black)50.2%
Color previews
#2f147f text on a black background
contrast 1.53:1
Card sample
#2f147f text on a white background
contrast 13.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f147f;
Background color
Panel with #2f147f background
background-color: #2f147f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f147f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 20, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 20, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f147f; background: linear-gradient(135deg, #2f147f, #76147F);