Brown
#A01342
PinkColor Codes
All color formats for development
HEX
#A01342RGB
rgb(160, 19, 66)HSL
hsl(340, 79%, 35%)OKLCH
oklch(0.459 0.173 9.6)CMYK
cmyk(0%, 88%, 59%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90113B
2#800F35
3#700D2E
4#600B27
5#500921
6#40071A
7#300614
8#20040D
9#100207
Tints
Lighter variations
1#BD164E
2#DB1A5A
3#E72F6C
4#EA4D81
5#EE6B96
6#F188AB
7#F5A6C0
8#F8C4D5
9#FCE1EA
Tones
Muted variations
1#991A44
2#922146
3#8B2849
4#842F4B
5#7D364D
6#753D50
7#6E4452
8#674B55
9#605257
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396B5 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F8E | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E7326E | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91853 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01342 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D2F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49091E | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0513 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF1F5;
--brown-100: #FBDFE8;
--brown-200: #F8C4D5;
--brown-300: #F396B5;
--brown-400: #EC5F8E;
--brown-500: #E7326E;
--brown-600: #C91853;
--brown-700: #A01342;
--brown-800: #720D2F;
--brown-900: #49091E;
--brown-950: #2E0513;
}