What is color #722f37?
#722f37 is Wine, a soft red tone with a hot character. It is common in contemporary design systems and carries the mood of excitement.
Historically, this kind of color traces back to ochre pigments of prehistoric cave paintings. Today it appears across call-to-action buttons and sale banners.
To make the most of #722f37, combine it with natural textures for a grounded feel, or combine it with analogous neighbors for harmonious palettes.
Conversions for #722f37
HEX
#722f37
RGB
114, 47, 55
HSL
353°, 42%, 32%
HSV
353°, 59%, 45%
CMYK
0%, 59%, 52%, 55%
XYZ
8.65, 5.89, 4.29
CIE-Lab
29.12, 30.37, 9.72
Web safe
#663333
WCAG accessibility of #722f37 (Wine)
On white
9.65 : 1
Sample #722f37
Rating: AAA
On black
2.18 : 1
Sample #722f37
Rating: Fail
Tones of Wine (desaturated variations of #722f37)
Color harmonies for #722f37
Colors similar to #722f37
Gradients featuring #722f37
Linear to white
Linear to black
To complement
Radial
Tri-stop
Analogous
UI elements in #722f37
Buttons
NewFeaturedBeta
Notification
Short description with accent.
"Color awakens a specific emotional response."
Typography in #722f37
The quick brown fox
jumps over the lazy dog
1234567890 — & @ # ! ?
Body text rendered in #722f37.
const color = "#722f37";
CSS & Tailwind snippets for #722f37
Background
.bg-722f37 { background-color: #722f37; }Text color
.text-722f37 { color: #722f37; }Border
.border-722f37 { border: 1px solid #722f37; }Box shadow
.shadow-722f37 { box-shadow: 0 4px 14px #722f3740; }CSS variable
:root { --color-722f37: #722f37; }Tailwind config
colors: {
'wine': '#722f37',
}