Brown
#A3320F
RedColor Codes
All color formats for development
HEX
#A3320FRGB
rgb(163, 50, 15)HSL
hsl(14, 83%, 35%)OKLCH
oklch(0.483 0.155 36.1)CMYK
cmyk(0%, 69%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#932D0E
2#83280C
3#72230B
4#621E09
5#521908
6#411406
7#310F05
8#210A03
9#100502
Tints
Lighter variations
1#C23B12
2#E04415
3#EB582B
4#EE7049
5#F18767
6#F49F86
7#F7B7A4
8#F9CFC2
9#FCE7E1
Tones
Muted variations
1#9C3617
2#953A1E
3#8D3E25
4#86422D
5#7E4534
6#77493C
7#6F4D43
8#68514A
9#615552
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE5 #FCE5DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CF #F9CFC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5AA #F5AA94 | BordersInactive statesPlaceholder text |
| 400 | F07E #F07E5C | Disabled statesSecondary iconsMuted text |
| 500 | EB59 #EB592D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD3F #CD3F13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A332 #A3320F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7524 #75240B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B17 #4B1707 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0E #2F0E04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF4F1;
--brown-100: #FCE5DE;
--brown-200: #F9CFC2;
--brown-300: #F5AA94;
--brown-400: #F07E5C;
--brown-500: #EB592D;
--brown-600: #CD3F13;
--brown-700: #A3320F;
--brown-800: #75240B;
--brown-900: #4B1707;
--brown-950: #2F0E04;
}