Brown
#A3340F
OrangeColor Codes
All color formats for development
HEX
#A3340FRGB
rgb(163, 52, 15)HSL
hsl(15, 83%, 35%)OKLCH
oklch(0.485 0.153 36.9)CMYK
cmyk(0%, 68%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#932F0E
2#832A0C
3#72250B
4#621F09
5#521A08
6#411506
7#311005
8#210A03
9#100502
Tints
Lighter variations
1#C23E12
2#E04815
3#EB5B2B
4#EE7249
5#F18A67
6#F4A186
7#F7B9A4
8#F9D0C2
9#FCE8E1
Tones
Muted variations
1#9C3817
2#953C1E
3#8D3F25
4#86432D
5#7E4734
6#774A3C
7#6F4E43
8#68524A
9#615652
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE6 #FCE6DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9D0 #F9D0C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5AC #F5AC94 | BordersInactive statesPlaceholder text |
| 400 | F081 #F0815C | Disabled statesSecondary iconsMuted text |
| 500 | EB5D #EB5D2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD42 #CD4213 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A334 #A3340F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7525 #75250B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B18 #4B1807 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0F #2F0F04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF4F1;
--brown-100: #FCE6DE;
--brown-200: #F9D0C2;
--brown-300: #F5AC94;
--brown-400: #F0815C;
--brown-500: #EB5D2D;
--brown-600: #CD4213;
--brown-700: #A3340F;
--brown-800: #75250B;
--brown-900: #4B1807;
--brown-950: #2F0F04;
}