Brown
#9F1440
PinkColor Codes
All color formats for development
HEX
#9F1440RGB
rgb(159, 20, 64)HSL
hsl(341, 78%, 35%)OKLCH
oklch(0.457 0.171 10.5)CMYK
cmyk(0%, 87%, 60%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F1239
2#7F1033
3#6F0E2D
4#5F0C26
5#4F0A20
6#400819
7#300613
8#20040D
9#100206
Tints
Lighter variations
1#BC174C
2#DA1B57
3#E5306A
4#E94E7F
5#ED6B94
6#F089AA
7#F4A6BF
8#F8C4D4
9#FBE1EA
Tones
Muted variations
1#981B42
2#912245
3#8A2947
4#832F4A
5#7C364C
6#753D4F
7#6E4452
8#674B54
9#605257
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297B4 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB608C | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6336B | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81950 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1440 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E2E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49091D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0612 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF1F5;
--brown-100: #FBDFE8;
--brown-200: #F8C4D4;
--brown-300: #F297B4;
--brown-400: #EB608C;
--brown-500: #E6336B;
--brown-600: #C81950;
--brown-700: #9F1440;
--brown-800: #710E2E;
--brown-900: #49091D;
--brown-950: #2D0612;
}