Brown
#9A3018
RedColor Codes
All color formats for development
HEX
#9A3018RGB
rgb(154, 48, 24)HSL
hsl(11, 73%, 35%)OKLCH
oklch(0.465 0.146 34.1)CMYK
cmyk(0%, 69%, 84%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B2B16
2#7C2613
3#6C2211
4#5D1D0E
5#4D180C
6#3E130A
7#2E0E07
8#1F0A05
9#0F0502
Tints
Lighter variations
1#B7391D
2#D44221
3#E05536
4#E46E53
5#E98670
6#ED9E8C
7#F2B6A9
8#F6CFC6
9#FBE7E2
Tones
Muted variations
1#94341F
2#8D3825
3#873C2C
4#804032
5#7A4539
6#73493F
7#6D4D46
8#66514C
9#605553
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE5 #FAE5E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6CF #F6CFC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFA9 #EFA99A | BordersInactive statesPlaceholder text |
| 400 | E77C #E77C65 | Disabled statesSecondary iconsMuted text |
| 500 | E057 #E05738 | Primary brand colorCTAsActive elementsLinks |
| 600 | C23C #C23C1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A30 #9A3018 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E22 #6E2211 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4716 #47160B | Primary textHigh emphasis contentDark headings |
| 950 | 2C0E #2C0E07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF4F2;
--brown-100: #FAE5E0;
--brown-200: #F6CFC6;
--brown-300: #EFA99A;
--brown-400: #E77C65;
--brown-500: #E05738;
--brown-600: #C23C1E;
--brown-700: #9A3018;
--brown-800: #6E2211;
--brown-900: #47160B;
--brown-950: #2C0E07;
}