Brown
#710E36
PinkColor Codes
All color formats for development
HEX
#710E36RGB
rgb(113, 14, 54)HSL
hsl(336, 78%, 25%)OKLCH
oklch(0.362 0.133 3.6)CMYK
cmyk(0%, 88%, 52%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#660D30
2#5B0B2B
3#4F0A26
4#440820
5#39071B
6#2D0616
7#220410
8#17030B
9#0B0105
Tints
Lighter variations
1#941246
2#B61656
3#D81B66
4#E6337A
5#EA5590
6#EE77A7
7#F299BD
8#F7BBD3
9#FBDDE9
Tones
Muted variations
1#6D1337
2#681838
3#631D39
4#5E223A
5#59273B
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 #FBDFEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297BB | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6098 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6337A | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8195F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F144B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E36 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490922 | 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: #FBDFEA;
--brown-200: #F8C4D9;
--brown-300: #F297BB;
--brown-400: #EB6098;
--brown-500: #E6337A;
--brown-600: #C8195F;
--brown-700: #9F144B;
--brown-800: #710E36;
--brown-900: #490922;
--brown-950: #2D0616;
}