Brown
#A01336
RedColor Codes
All color formats for development
HEX
#A01336RGB
rgb(160, 19, 54)HSL
hsl(345, 79%, 35%)OKLCH
oklch(0.456 0.171 15.4)CMYK
cmyk(0%, 88%, 66%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#901131
2#800F2B
3#700D26
4#600B20
5#50091B
6#400716
7#300610
8#20040B
9#100205
Tints
Lighter variations
1#BD1640
2#DB1A4A
3#E72F5D
4#EA4D74
5#EE6B8B
6#F188A3
7#F5A6BA
8#F8C4D1
9#FCE1E8
Tones
Muted variations
1#991A3A
2#92213D
3#8B2841
4#842F44
5#7D3648
6#753D4B
7#6E444F
8#674B52
9#605256
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396AD | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F82 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E7325F | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91844 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01336 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D27 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490919 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E050F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF1F4;
--brown-100: #FBDFE6;
--brown-200: #F8C4D1;
--brown-300: #F396AD;
--brown-400: #EC5F82;
--brown-500: #E7325F;
--brown-600: #C91844;
--brown-700: #A01336;
--brown-800: #720D27;
--brown-900: #490919;
--brown-950: #2E050F;
}