Brown
#9C162D
RedColor Codes
All color formats for development
HEX
#9C162DRGB
rgb(156, 22, 45)HSL
hsl(350, 75%, 35%)OKLCH
oklch(0.449 0.166 19.3)CMYK
cmyk(0%, 86%, 71%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D1428
2#7D1224
3#6D101F
4#5E0D1B
5#4E0B16
6#3E0912
7#2F070D
8#1F0409
9#100204
Tints
Lighter variations
1#B91A35
2#D61F3D
3#E23451
4#E6516A
5#EA6E83
6#EE8B9C
7#F3A8B4
8#F7C5CD
9#FBE2E6
Tones
Muted variations
1#951D31
2#8F2436
3#882A3A
4#81313E
5#7B3843
6#743E47
7#6D454C
8#674C50
9#605355
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5CD | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098A7 | BordersInactive statesPlaceholder text |
| 400 | E963 #E96379 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E23653 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C38 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C162D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701020 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A14 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF2F4;
--brown-100: #FBE0E4;
--brown-200: #F7C5CD;
--brown-300: #F098A7;
--brown-400: #E96379;
--brown-500: #E23653;
--brown-600: #C41C38;
--brown-700: #9C162D;
--brown-800: #701020;
--brown-900: #470A14;
--brown-950: #2D060D;
}