Brown
#A0132F
RedColor Codes
All color formats for development
HEX
#A0132FRGB
rgb(160, 19, 47)HSL
hsl(348, 79%, 35%)OKLCH
oklch(0.455 0.171 18.5)CMYK
cmyk(0%, 88%, 71%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90112A
2#800F26
3#700D21
4#600B1C
5#500917
6#400713
7#30060E
8#200409
9#100205
Tints
Lighter variations
1#BD1638
2#DB1A40
3#E72F54
4#EA4D6C
5#EE6B85
6#F1889D
7#F5A6B6
8#F8C4CE
9#FCE1E7
Tones
Muted variations
1#991A33
2#922137
3#8B283C
4#842F40
5#7D3644
6#753D48
7#6E444D
8#674B51
9#605255
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4CE | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396A9 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F7B | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E73256 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C9183B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0132F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D22 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490915 | 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: #FBDFE5;
--brown-200: #F8C4CE;
--brown-300: #F396A9;
--brown-400: #EC5F7B;
--brown-500: #E73256;
--brown-600: #C9183B;
--brown-700: #A0132F;
--brown-800: #720D22;
--brown-900: #490915;
--brown-950: #2E050D;
}