Brown
#710E41
PinkColor Codes
All color formats for development
HEX
#710E41RGB
rgb(113, 14, 65)HSL
hsl(329, 78%, 25%)OKLCH
oklch(0.366 0.137 356)CMYK
cmyk(0%, 88%, 42%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#660D3B
2#5B0B34
3#4F0A2E
4#440827
5#390721
6#2D061A
7#220414
8#17030D
9#0B0107
Tints
Lighter variations
1#941255
2#B61669
3#D81B7C
4#E6338F
5#EA55A2
6#EE77B4
7#F299C7
8#F7BBDA
9#FBDDEC
Tones
Muted variations
1#6D1341
2#681841
3#631D41
4#5E2241
5#592741
6#542C40
7#4F3140
8#4A3640
9#453B40
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4DF | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297C6 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60A8 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6338F | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81973 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F145C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E41 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092A | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF1F8;
--brown-100: #FBDFEE;
--brown-200: #F8C4DF;
--brown-300: #F297C6;
--brown-400: #EB60A8;
--brown-500: #E6338F;
--brown-600: #C81973;
--brown-700: #9F145C;
--brown-800: #710E41;
--brown-900: #49092A;
--brown-950: #2D061A;
}