#2f0836
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
47, 8, 54
HSL
291°, 74%, 12%
CMYK
13, 85, 0, 79
Luminance
0.0104
Every format
| HEX | #2f0836 |
| RGB | rgb(47, 8, 54) |
| HSL | hsl(291, 74%, 12%) |
| CMYK | cmyk(13%, 85%, 0%, 79%) |
| LAB | lab(9.4 27.0 -20.4) |
| LCH | lch(9.4 33.8 322.9) |
| OKLCH | oklch(0.230 0.091 321.1) |
Copy-ready code
/* CSS */
color: #2f0836;
background-color: #2f0836;
/* Tailwind (arbitrary) */
class="text-[#2f0836] bg-[#2f0836]"
/* SCSS */
$brand: #2f0836;
/* SwiftUI */
Color(red: 0.184, green: 0.031, blue: 0.212)
/* Android */
Color.parseColor("#2f0836")Accessibility — WCAG contrast
Aa
#2f0836 on white: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f0836 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green3.1%
Blue21.2%
CMYK percentages
Cyan13.0%
Magenta85.2%
Yellow0.0%
Key (black)78.8%
Color previews
#2f0836 text on a black background
contrast 1.21:1
Card sample
#2f0836 text on a white background
contrast 17.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f0836;
Background color
Panel with #2f0836 background
background-color: #2f0836;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f0836;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 8, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 8, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f0836; background: linear-gradient(135deg, #2f0836, #36081E);