Brown
#A73A0C
OrangeColor Codes
All color formats for development
HEX
#A73A0CRGB
rgb(167, 58, 12)HSL
hsl(18, 87%, 35%)OKLCH
oklch(0.499 0.152 39.2)CMYK
cmyk(0%, 65%, 93%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#96340A
2#862F09
3#752908
4#642307
5#531D06
6#431705
7#321103
8#210C02
9#110601
Tints
Lighter variations
1#C6450E
2#E55010
3#F06326
4#F27945
5#F48F64
6#F6A683
7#F9BCA2
8#FBD2C1
9#FDE9E0
Tones
Muted variations
1#9F3D13
2#97401B
3#904423
4#88472B
5#804A32
6#784D3A
7#715042
8#69534A
9#615651
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE7 #FDE7DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD2 #FBD2C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7B0 #F7B091 | BordersInactive statesPlaceholder text |
| 400 | F387 #F38758 | Disabled statesSecondary iconsMuted text |
| 500 | F064 #F06428 | Primary brand colorCTAsActive elementsLinks |
| 600 | D249 #D2490F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A73A #A73A0C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 772A #772A08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C1B #4C1B05 | Primary textHigh emphasis contentDark headings |
| 950 | 3011 #301103 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF5F1;
--brown-100: #FDE7DE;
--brown-200: #FBD2C1;
--brown-300: #F7B091;
--brown-400: #F38758;
--brown-500: #F06428;
--brown-600: #D2490F;
--brown-700: #A73A0C;
--brown-800: #772A08;
--brown-900: #4C1B05;
--brown-950: #301103;
}