Brown
#A3390F
OrangeColor Codes
All color formats for development
HEX
#A3390FRGB
rgb(163, 57, 15)HSL
hsl(17, 83%, 35%)OKLCH
oklch(0.491 0.149 38.9)CMYK
cmyk(0%, 65%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#93330E
2#832E0C
3#72280B
4#622209
5#521D08
6#411706
7#311105
8#210B03
9#100602
Tints
Lighter variations
1#C24412
2#E04E15
3#EB612B
4#EE7849
5#F18E67
6#F4A586
7#F7BBA4
8#F9D2C2
9#FCE8E1
Tones
Muted variations
1#9C3C17
2#95401E
3#8D4325
4#86462D
5#7E4934
6#774C3C
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 | F9D2 #F9D2C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5AF #F5AF94 | BordersInactive statesPlaceholder text |
| 400 | F086 #F0865C | Disabled statesSecondary iconsMuted text |
| 500 | EB63 #EB632D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD48 #CD4813 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A339 #A3390F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7529 #75290B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B1A #4B1A07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F10 #2F1004 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF5F1;
--brown-100: #FCE7DE;
--brown-200: #F9D2C2;
--brown-300: #F5AF94;
--brown-400: #F0865C;
--brown-500: #EB632D;
--brown-600: #CD4813;
--brown-700: #A3390F;
--brown-800: #75290B;
--brown-900: #4B1A07;
--brown-950: #2F1004;
}