Brown
#A80B47
PinkColor Codes
All color formats for development
HEX
#A80B47RGB
rgb(168, 11, 71)HSL
hsl(337, 88%, 35%)OKLCH
oklch(0.472 0.184 8.2)CMYK
cmyk(0%, 93%, 58%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#970A40
2#860939
3#750732
4#65062B
5#540523
6#43041C
7#320315
8#22020E
9#110107
Tints
Lighter variations
1#C70D54
2#E60F61
3#F12573
4#F34487
5#F5639B
6#F782AF
7#F9A2C3
8#FBC1D7
9#FDE0EB
Tones
Muted variations
1#A01349
2#981A4B
3#90224C
4#882A4E
5#813250
6#793A52
7#714254
8#694A56
9#615157
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891B8 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45793 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12775 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780833 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0520 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300314 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF1F6;
--brown-100: #FDDDE9;
--brown-200: #FBC1D7;
--brown-300: #F891B8;
--brown-400: #F45793;
--brown-500: #F12775;
--brown-600: #D30D59;
--brown-700: #A80B47;
--brown-800: #780833;
--brown-900: #4D0520;
--brown-950: #300314;
}