Brown
#A02F13
RedColor Codes
All color formats for development
HEX
#A02F13RGB
rgb(160, 47, 19)HSL
hsl(12, 79%, 35%)OKLCH
oklch(0.474 0.154 34.5)CMYK
cmyk(0%, 71%, 88%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#902A11
2#80260F
3#70210D
4#601C0B
5#501709
6#401307
7#300E06
8#200904
9#100502
Tints
Lighter variations
1#BD3816
2#DB401A
3#E7542F
4#EA6C4D
5#EE856B
6#F19D88
7#F5B6A6
8#F8CEC4
9#FCE7E1
Tones
Muted variations
1#99331A
2#923721
3#8B3C28
4#84402F
5#7D4436
6#75483D
7#6E4D44
8#67514B
9#605552
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE5 #FBE5DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CE #F8CEC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A9 #F3A996 | BordersInactive statesPlaceholder text |
| 400 | EC7B #EC7B5F | Disabled statesSecondary iconsMuted text |
| 500 | E756 #E75632 | Primary brand colorCTAsActive elementsLinks |
| 600 | C93B #C93B18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A02F #A02F13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7222 #72220D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4915 #491509 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0D #2E0D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF4F1;
--brown-100: #FBE5DF;
--brown-200: #F8CEC4;
--brown-300: #F3A996;
--brown-400: #EC7B5F;
--brown-500: #E75632;
--brown-600: #C93B18;
--brown-700: #A02F13;
--brown-800: #72220D;
--brown-900: #491509;
--brown-950: #2E0D05;
}