Brown
#9F1442
PinkColor Codes
All color formats for development
HEX
#9F1442RGB
rgb(159, 20, 66)HSL
hsl(340, 78%, 35%)OKLCH
oklch(0.458 0.171 9.5)CMYK
cmyk(0%, 87%, 58%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F123B
2#7F1035
3#6F0E2E
4#5F0C28
5#4F0A21
6#40081A
7#300614
8#20040D
9#100207
Tints
Lighter variations
1#BC174E
2#DA1B5B
3#E5306D
4#E94E82
5#ED6B97
6#F089AB
7#F4A6C0
8#F8C4D5
9#FBE1EA
Tones
Muted variations
1#981B44
2#912247
3#8A2949
4#832F4B
5#7C364E
6#753D50
7#6E4452
8#674B55
9#605257
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297B5 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB608F | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6336E | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81953 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1442 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E2F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49091E | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0613 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF1F5;
--brown-100: #FBDFE9;
--brown-200: #F8C4D5;
--brown-300: #F297B5;
--brown-400: #EB608F;
--brown-500: #E6336E;
--brown-600: #C81953;
--brown-700: #9F1442;
--brown-800: #710E2F;
--brown-900: #49091E;
--brown-950: #2D0613;
}