Brown
#9A1832
RedColor Codes
All color formats for development
HEX
#9A1832RGB
rgb(154, 24, 50)HSL
hsl(348, 73%, 35%)OKLCH
oklch(0.447 0.163 17.1)CMYK
cmyk(0%, 84%, 68%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B162D
2#7C1328
3#6C1123
4#5D0E1E
5#4D0C19
6#3E0A14
7#2E070F
8#1F050A
9#0F0205
Tints
Lighter variations
1#B71D3B
2#D42145
3#E03658
4#E45370
5#E97088
6#ED8CA0
7#F2A9B7
8#F6C6CF
9#FBE2E7
Tones
Muted variations
1#941F36
2#8D253A
3#872C3E
4#803242
5#7A3946
6#733F4A
7#6D464E
8#664C51
9#605355
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6CF | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AAB | BordersInactive statesPlaceholder text |
| 400 | E765 #E7657F | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E0385A | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E3F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1832 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1124 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B17 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C070E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF2F4;
--brown-100: #FAE0E5;
--brown-200: #F6C6CF;
--brown-300: #EF9AAB;
--brown-400: #E7657F;
--brown-500: #E0385A;
--brown-600: #C21E3F;
--brown-700: #9A1832;
--brown-800: #6E1124;
--brown-900: #470B17;
--brown-950: #2C070E;
}