Brown
#710E39
PinkColor Codes
All color formats for development
HEX
#710E39RGB
rgb(113, 14, 57)HSL
hsl(334, 78%, 25%)OKLCH
oklch(0.363 0.134 1.5)CMYK
cmyk(0%, 88%, 50%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#660D33
2#5B0B2E
3#4F0A28
4#440822
5#39071D
6#2D0617
7#220411
8#17030B
9#0B0106
Tints
Lighter variations
1#94124A
2#B6165B
3#D81B6D
4#E63380
5#EA5595
6#EE77AB
7#F299C0
8#F7BBD5
9#FBDDEA
Tones
Muted variations
1#6D133A
2#68183A
3#631D3B
4#5E223C
5#59273C
6#542C3D
7#4F313E
8#4A363E
9#453B3F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297BE | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB609C | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63380 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81965 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1450 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E39 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490925 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0617 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF1F7;
--brown-100: #FBDFEB;
--brown-200: #F8C4DA;
--brown-300: #F297BE;
--brown-400: #EB609C;
--brown-500: #E63380;
--brown-600: #C81965;
--brown-700: #9F1450;
--brown-800: #710E39;
--brown-900: #490925;
--brown-950: #2D0617;
}