Brown
#710E3B
PinkColor Codes
All color formats for development
HEX
#710E3BRGB
rgb(113, 14, 59)HSL
hsl(333, 78%, 25%)OKLCH
oklch(0.364 0.135 0.1)CMYK
cmyk(0%, 88%, 48%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#660D35
2#5B0B2F
3#4F0A29
4#440823
5#39071D
6#2D0618
7#220412
8#17030C
9#0B0106
Tints
Lighter variations
1#94124C
2#B6165E
3#D81B70
4#E63383
5#EA5598
6#EE77AD
7#F299C1
8#F7BBD6
9#FBDDEA
Tones
Muted variations
1#6D133B
2#68183C
3#631D3C
4#5E223D
5#59273D
6#542C3E
7#4F313E
8#4A363F
9#453B3F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4DB | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297C0 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB609F | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63383 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81967 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1452 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490926 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0618 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF1F7;
--brown-100: #FBDFEC;
--brown-200: #F8C4DB;
--brown-300: #F297C0;
--brown-400: #EB609F;
--brown-500: #E63383;
--brown-600: #C81967;
--brown-700: #9F1452;
--brown-800: #710E3B;
--brown-900: #490926;
--brown-950: #2D0618;
}