Brown
#A80B4C
PinkColor Codes
All color formats for development
HEX
#A80B4CRGB
rgb(168, 11, 76)HSL
hsl(335, 88%, 35%)OKLCH
oklch(0.474 0.185 5.9)CMYK
cmyk(0%, 93%, 55%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#970A45
2#86093D
3#750735
4#65062E
5#540526
6#43041E
7#320317
8#22020F
9#110108
Tints
Lighter variations
1#C70D5A
2#E60F68
3#F1257A
4#F3448D
5#F563A0
6#F782B3
7#F9A2C6
8#FBC1D9
9#FDE0EC
Tones
Muted variations
1#A0134D
2#981A4F
3#902250
4#882A51
5#813253
6#793A54
7#714255
8#694A57
9#615158
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891BC | BordersInactive statesPlaceholder text |
| 400 | F457 #F45799 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1277B | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D60 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B4C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780836 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0523 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300316 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF1F6;
--brown-100: #FDDDEB;
--brown-200: #FBC1D9;
--brown-300: #F891BC;
--brown-400: #F45799;
--brown-500: #F1277B;
--brown-600: #D30D60;
--brown-700: #A80B4C;
--brown-800: #780836;
--brown-900: #4D0523;
--brown-950: #300316;
}