Brown
#9A1830
RedColor Codes
All color formats for development
HEX
#9A1830RGB
rgb(154, 24, 48)HSL
hsl(349, 73%, 35%)OKLCH
oklch(0.447 0.163 18)CMYK
cmyk(0%, 84%, 69%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B162B
2#7C1326
3#6C1122
4#5D0E1D
5#4D0C18
6#3E0A13
7#2E070E
8#1F050A
9#0F0205
Tints
Lighter variations
1#B71D39
2#D42142
3#E03655
4#E4536E
5#E97086
6#ED8C9E
7#F2A9B6
8#F6C6CF
9#FBE2E7
Tones
Muted variations
1#941F34
2#8D2538
3#872C3C
4#803240
5#7A3945
6#733F49
7#6D464D
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 #EF9AA9 | BordersInactive statesPlaceholder text |
| 400 | E765 #E7657C | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03857 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E3C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1830 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1122 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B16 | 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: #EF9AA9;
--brown-400: #E7657C;
--brown-500: #E03857;
--brown-600: #C21E3C;
--brown-700: #9A1830;
--brown-800: #6E1122;
--brown-900: #470B16;
--brown-950: #2C070E;
}