Brown
#A0133F
PinkColor Codes
All color formats for development
HEX
#A0133FRGB
rgb(160, 19, 63)HSL
hsl(341, 79%, 35%)OKLCH
oklch(0.458 0.172 11.1)CMYK
cmyk(0%, 88%, 61%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#901139
2#800F33
3#700D2C
4#600B26
5#500920
6#400719
7#300613
8#20040D
9#100206
Tints
Lighter variations
1#BD164B
2#DB1A57
3#E72F69
4#EA4D7F
5#EE6B94
6#F188A9
7#F5A6BF
8#F8C4D4
9#FCE1EA
Tones
Muted variations
1#991A42
2#922145
3#8B2847
4#842F4A
5#7D364C
6#753D4F
7#6E4451
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 | F396 #F396B3 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F8C | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E7326B | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91850 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0133F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D2D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49091D | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0512 | 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: #F396B3;
--brown-400: #EC5F8C;
--brown-500: #E7326B;
--brown-600: #C91850;
--brown-700: #A0133F;
--brown-800: #720D2D;
--brown-900: #49091D;
--brown-950: #2E0512;
}