Brown
#A03813
OrangeColor Codes
All color formats for development
HEX
#A03813RGB
rgb(160, 56, 19)HSL
hsl(16, 79%, 35%)OKLCH
oklch(0.485 0.146 38)CMYK
cmyk(0%, 65%, 88%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#903311
2#802D0F
3#70270D
4#60220B
5#501C09
6#401707
7#301106
8#200B04
9#100602
Tints
Lighter variations
1#BD4316
2#DB4D1A
3#E7602F
4#EA774D
5#EE8E6B
6#F1A488
7#F5BBA6
8#F8D2C4
9#FCE8E1
Tones
Muted variations
1#993C1A
2#923F21
3#8B4228
4#84462F
5#7D4936
6#754C3D
7#6E4F44
8#67534B
9#605652
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE7 #FBE7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D2 #F8D2C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3AF #F3AF96 | BordersInactive statesPlaceholder text |
| 400 | EC85 #EC855F | Disabled statesSecondary iconsMuted text |
| 500 | E762 #E76232 | Primary brand colorCTAsActive elementsLinks |
| 600 | C947 #C94718 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A038 #A03813 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7228 #72280D | Text on light backgroundsHeadingsStrong borders |
| 900 | 491A #491A09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E10 #2E1005 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF5F1;
--brown-100: #FBE7DF;
--brown-200: #F8D2C4;
--brown-300: #F3AF96;
--brown-400: #EC855F;
--brown-500: #E76232;
--brown-600: #C94718;
--brown-700: #A03813;
--brown-800: #72280D;
--brown-900: #491A09;
--brown-950: #2E1005;
}