#2f097f
a dark, electric violet · warm · closest name: indigo
RGB
47, 9, 127
HSL
259°, 87%, 27%
CMYK
63, 93, 0, 50
Luminance
0.0233
Every format
| HEX | #2f097f |
| RGB | rgb(47, 9, 127) |
| HSL | hsl(259, 87%, 27%) |
| CMYK | cmyk(63%, 93%, 0%, 50%) |
| LAB | lab(17.1 45.7 -57.0) |
| LCH | lch(17.1 73.1 308.7) |
| OKLCH | oklch(0.307 0.170 284.8) |
Copy-ready code
/* CSS */
color: #2f097f;
background-color: #2f097f;
/* Tailwind (arbitrary) */
class="text-[#2f097f] bg-[#2f097f]"
/* SCSS */
$brand: #2f097f;
/* SwiftUI */
Color(red: 0.184, green: 0.035, blue: 0.498)
/* Android */
Color.parseColor("#2f097f")Accessibility — WCAG contrast
Aa
#2f097f on white: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f097f on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green3.5%
Blue49.8%
CMYK percentages
Cyan63.0%
Magenta92.9%
Yellow0.0%
Key (black)50.2%
Color previews
#2f097f text on a black background
contrast 1.47:1
Card sample
#2f097f text on a white background
contrast 14.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f097f;
Background color
Panel with #2f097f background
background-color: #2f097f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f097f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 9, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 9, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f097f; background: linear-gradient(135deg, #2f097f, #7E097F);