Brown
#710E43
PinkColor Codes
All color formats for development
HEX
#710E43RGB
rgb(113, 14, 67)HSL
hsl(328, 78%, 25%)OKLCH
oklch(0.367 0.138 354.6)CMYK
cmyk(0%, 88%, 41%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#660D3C
2#5B0B36
3#4F0A2F
4#440828
5#390722
6#2D061B
7#220414
8#17030D
9#0B0107
Tints
Lighter variations
1#941257
2#B6166B
3#D81B7F
4#E63392
5#EA55A4
6#EE77B6
7#F299C9
8#F7BBDB
9#FBDDED
Tones
Muted variations
1#6D1343
2#681842
3#631D42
4#5E2242
5#592741
6#542C41
7#4F3141
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 #F8C4E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297C7 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60AA | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63392 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81976 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F145E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092B | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF1F8;
--brown-100: #FBDFEE;
--brown-200: #F8C4E0;
--brown-300: #F297C7;
--brown-400: #EB60AA;
--brown-500: #E63392;
--brown-600: #C81976;
--brown-700: #9F145E;
--brown-800: #710E43;
--brown-900: #49092B;
--brown-950: #2D061B;
}