Brown
#9A1823
RedColor Codes
All color formats for development
HEX
#9A1823RGB
rgb(154, 24, 35)HSL
hsl(355, 73%, 35%)OKLCH
oklch(0.444 0.163 23.5)CMYK
cmyk(0%, 84%, 77%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B161F
2#7C131C
3#6C1118
4#5D0E15
5#4D0C11
6#3E0A0E
7#2E070A
8#1F0507
9#0F0203
Tints
Lighter variations
1#B71D29
2#D42130
3#E03644
4#E4535F
5#E9707A
6#ED8C94
7#F2A9AF
8#F6C6CA
9#FBE2E4
Tones
Muted variations
1#941F28
2#8D252E
3#872C33
4#803239
5#7A393E
6#733F44
7#6D4649
8#664C4E
9#605354
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6CA | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AA1 | BordersInactive statesPlaceholder text |
| 400 | E765 #E7656F | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03846 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E2C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1823 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1119 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B10 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C070A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF2F3;
--brown-100: #FAE0E2;
--brown-200: #F6C6CA;
--brown-300: #EF9AA1;
--brown-400: #E7656F;
--brown-500: #E03846;
--brown-600: #C21E2C;
--brown-700: #9A1823;
--brown-800: #6E1119;
--brown-900: #470B10;
--brown-950: #2C070A;
}