Brown
#A33C0F
OrangeColor Codes
All color formats for development
HEX
#A33C0FRGB
rgb(163, 60, 15)HSL
hsl(18, 83%, 35%)OKLCH
oklch(0.495 0.146 40.2)CMYK
cmyk(0%, 63%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#93360E
2#83300C
3#722A0B
4#622409
5#521E08
6#411806
7#311205
8#210C03
9#100602
Tints
Lighter variations
1#C24712
2#E05215
3#EB642B
4#EE7B49
5#F19167
6#F4A786
7#F7BDA4
8#F9D3C2
9#FCE9E1
Tones
Muted variations
1#9C3F17
2#95421E
3#8D4525
4#86472D
5#7E4A34
6#774D3C
7#6F5043
8#68534A
9#615652
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE7 #FCE7DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9D3 #F9D3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5B1 #F5B194 | BordersInactive statesPlaceholder text |
| 400 | F088 #F0885C | Disabled statesSecondary iconsMuted text |
| 500 | EB66 #EB662D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD4B #CD4B13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A33C #A33C0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 752B #752B0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B1B #4B1B07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F11 #2F1104 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF5F1;
--brown-100: #FCE7DE;
--brown-200: #F9D3C2;
--brown-300: #F5B194;
--brown-400: #F0885C;
--brown-500: #EB662D;
--brown-600: #CD4B13;
--brown-700: #A33C0F;
--brown-800: #752B0B;
--brown-900: #4B1B07;
--brown-950: #2F1104;
}