#2f077f
a dark, electric violet · warm · closest name: indigo
RGB
47, 7, 127
HSL
260°, 90%, 26%
CMYK
63, 95, 0, 50
Luminance
0.0229
Every format
| HEX | #2f077f |
| RGB | rgb(47, 7, 127) |
| HSL | hsl(260, 90%, 26%) |
| CMYK | cmyk(63%, 95%, 0%, 50%) |
| LAB | lab(16.9 46.4 -57.4) |
| LCH | lch(16.9 73.8 308.9) |
| OKLCH | oklch(0.306 0.171 284.9) |
Copy-ready code
/* CSS */
color: #2f077f;
background-color: #2f077f;
/* Tailwind (arbitrary) */
class="text-[#2f077f] bg-[#2f077f]"
/* SCSS */
$brand: #2f077f;
/* SwiftUI */
Color(red: 0.184, green: 0.027, blue: 0.498)
/* Android */
Color.parseColor("#2f077f")Accessibility — WCAG contrast
Aa
#2f077f on white: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f077f on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green2.7%
Blue49.8%
CMYK percentages
Cyan63.0%
Magenta94.5%
Yellow0.0%
Key (black)50.2%
Color previews
#2f077f text on a black background
contrast 1.46:1
Card sample
#2f077f text on a white background
contrast 14.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f077f;
Background color
Panel with #2f077f background
background-color: #2f077f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f077f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 7, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 7, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f077f; background: linear-gradient(135deg, #2f077f, #7F077F);