Brown
#A0134D
PinkColor Codes
All color formats for development
HEX
#A0134DRGB
rgb(160, 19, 77)HSL
hsl(335, 79%, 35%)OKLCH
oklch(0.462 0.175 4.1)CMYK
cmyk(0%, 88%, 52%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#901146
2#800F3E
3#700D36
4#600B2E
5#500927
6#40071F
7#300617
8#20040F
9#100208
Tints
Lighter variations
1#BD165C
2#DB1A6A
3#E72F7C
4#EA4D8E
5#EE6BA1
6#F188B4
7#F5A6C7
8#F8C4D9
9#FCE1EC
Tones
Muted variations
1#991A4F
2#922150
3#8B2851
4#842F52
5#7D3653
6#753D55
7#6E4456
8#674B57
9#605258
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396BD | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F9A | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E7327D | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91861 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0134D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490923 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0516 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF1F6;
--brown-100: #FBDFEB;
--brown-200: #F8C4D9;
--brown-300: #F396BD;
--brown-400: #EC5F9A;
--brown-500: #E7327D;
--brown-600: #C91861;
--brown-700: #A0134D;
--brown-800: #720D37;
--brown-900: #490923;
--brown-950: #2E0516;
}