Brown
#A01350
PinkColor Codes
All color formats for development
HEX
#A01350RGB
rgb(160, 19, 80)HSL
hsl(334, 79%, 35%)OKLCH
oklch(0.463 0.176 2.6)CMYK
cmyk(0%, 88%, 50%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#901148
2#800F40
3#700D38
4#600B30
5#500928
6#400720
7#300618
8#200410
9#100208
Tints
Lighter variations
1#BD165F
2#DB1A6E
3#E72F7F
4#EA4D91
5#EE6BA3
6#F188B6
7#F5A6C8
8#F8C4DA
9#FCE1ED
Tones
Muted variations
1#991A51
2#922152
3#8B2853
4#842F54
5#7D3655
6#753D55
7#6E4456
8#674B57
9#605258
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396BE | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F9C | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E73280 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91864 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01350 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D39 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490925 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0517 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF1F7;
--brown-100: #FBDFEB;
--brown-200: #F8C4DA;
--brown-300: #F396BE;
--brown-400: #EC5F9C;
--brown-500: #E73280;
--brown-600: #C91864;
--brown-700: #A01350;
--brown-800: #720D39;
--brown-900: #490925;
--brown-950: #2E0517;
}