Brown
#710E37
PinkColor Codes
All color formats for development
HEX
#710E37RGB
rgb(113, 14, 55)HSL
hsl(335, 78%, 25%)OKLCH
oklch(0.362 0.134 2.9)CMYK
cmyk(0%, 88%, 51%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#660D32
2#5B0B2C
3#4F0A27
4#440821
5#39071C
6#2D0616
7#220411
8#17030B
9#0B0106
Tints
Lighter variations
1#941248
2#B61659
3#D81B69
4#E6337D
5#EA5593
6#EE77A9
7#F299BE
8#F7BBD4
9#FBDDE9
Tones
Muted variations
1#6D1338
2#681839
3#631D3A
4#5E223B
5#59273C
6#542C3C
7#4F313D
8#4A363E
9#453B3F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297BD | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB609A | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6337D | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81962 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F144E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490923 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0616 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF1F6;
--brown-100: #FBDFEB;
--brown-200: #F8C4DA;
--brown-300: #F297BD;
--brown-400: #EB609A;
--brown-500: #E6337D;
--brown-600: #C81962;
--brown-700: #9F144E;
--brown-800: #710E37;
--brown-900: #490923;
--brown-950: #2D0616;
}