Brown
#A0132D
RedColor Codes
All color formats for development
HEX
#A0132DRGB
rgb(160, 19, 45)HSL
hsl(349, 79%, 35%)OKLCH
oklch(0.455 0.171 19.3)CMYK
cmyk(0%, 88%, 72%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#901128
2#800F24
3#700D1F
4#600B1B
5#500916
6#400712
7#30060D
8#200409
9#100204
Tints
Lighter variations
1#BD1635
2#DB1A3D
3#E72F51
4#EA4D6A
5#EE6B83
6#F1889C
7#F5A6B4
8#F8C4CD
9#FCE1E6
Tones
Muted variations
1#991A31
2#922136
3#8B283A
4#842F3E
5#7D3643
6#753D47
7#6E444C
8#674B50
9#605255
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4CD | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396A7 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F79 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E73253 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91838 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0132D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D20 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490914 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E050D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF1F4;
--brown-100: #FBDFE4;
--brown-200: #F8C4CD;
--brown-300: #F396A7;
--brown-400: #EC5F79;
--brown-500: #E73253;
--brown-600: #C91838;
--brown-700: #A0132D;
--brown-800: #720D20;
--brown-900: #490914;
--brown-950: #2E050D;
}