Brown
#A0133D
PinkColor Codes
All color formats for development
HEX
#A0133DRGB
rgb(160, 19, 61)HSL
hsl(342, 79%, 35%)OKLCH
oklch(0.458 0.172 12.1)CMYK
cmyk(0%, 88%, 62%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#901137
2#800F31
3#700D2B
4#600B25
5#50091F
6#400718
7#300612
8#20040C
9#100206
Tints
Lighter variations
1#BD1648
2#DB1A54
3#E72F66
4#EA4D7C
5#EE6B92
6#F188A8
7#F5A6BE
8#F8C4D3
9#FCE1E9
Tones
Muted variations
1#991A40
2#922143
3#8B2846
4#842F48
5#7D364B
6#753D4E
7#6E4451
8#674B54
9#605256
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 #F8C4D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396B2 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F8A | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E73268 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C9184D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0133D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49091C | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0511 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF1F5;
--brown-100: #FBDFE8;
--brown-200: #F8C4D3;
--brown-300: #F396B2;
--brown-400: #EC5F8A;
--brown-500: #E73268;
--brown-600: #C9184D;
--brown-700: #A0133D;
--brown-800: #720D2C;
--brown-900: #49091C;
--brown-950: #2E0511;
}