Brown
#9C164C
PinkColor Codes
All color formats for development
HEX
#9C164CRGB
rgb(156, 22, 76)HSL
hsl(336, 75%, 35%)OKLCH
oklch(0.456 0.169 4)CMYK
cmyk(0%, 86%, 51%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D1444
2#7D123D
3#6D1035
4#5E0D2E
5#4E0B26
6#3E091E
7#2F0717
8#1F040F
9#100208
Tints
Lighter variations
1#B91A5A
2#D61F68
3#E2347A
4#E6518D
5#EA6EA0
6#EE8BB3
7#F3A8C6
8#F7C5D9
9#FBE2EC
Tones
Muted variations
1#951D4D
2#8F244F
3#882A50
4#813151
5#7B3853
6#743E54
7#6D4555
8#674C57
9#605358
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098BC | BordersInactive statesPlaceholder text |
| 400 | E963 #E96398 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E2367B | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C5F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C164C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701036 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A23 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0616 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF2F6;
--brown-100: #FBE0EA;
--brown-200: #F7C5D9;
--brown-300: #F098BC;
--brown-400: #E96398;
--brown-500: #E2367B;
--brown-600: #C41C5F;
--brown-700: #9C164C;
--brown-800: #701036;
--brown-900: #470A23;
--brown-950: #2D0616;
}