Brown
#9A1818
RedColor Codes
All color formats for development
HEX
#9A1818RGB
rgb(154, 24, 24)HSL
hsl(0, 73%, 35%)OKLCH
oklch(0.443 0.165 27.3)CMYK
cmyk(0%, 84%, 84%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B1616
2#7C1313
3#6C1111
4#5D0E0E
5#4D0C0C
6#3E0A0A
7#2E0707
8#1F0505
9#0F0202
Tints
Lighter variations
1#B71D1D
2#D42121
3#E03636
4#E45353
5#E97070
6#ED8C8C
7#F2A9A9
8#F6C6C6
9#FBE2E2
Tones
Muted variations
1#941F1F
2#8D2525
3#872C2C
4#803232
5#7A3939
6#733F3F
7#6D4646
8#664C4C
9#605353
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9A9A | BordersInactive statesPlaceholder text |
| 400 | E765 #E76565 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03838 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1818 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1111 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B0B | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0707 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF2F2;
--brown-100: #FAE0E0;
--brown-200: #F6C6C6;
--brown-300: #EF9A9A;
--brown-400: #E76565;
--brown-500: #E03838;
--brown-600: #C21E1E;
--brown-700: #9A1818;
--brown-800: #6E1111;
--brown-900: #470B0B;
--brown-950: #2C0707;
}