Brown
#A80B51
PinkColor Codes
All color formats for development
HEX
#A80B51RGB
rgb(168, 11, 81)HSL
hsl(333, 88%, 35%)OKLCH
oklch(0.475 0.186 3.5)CMYK
cmyk(0%, 93%, 52%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#970A49
2#860941
3#750739
4#650631
5#540529
6#430421
7#320318
8#220210
9#110108
Tints
Lighter variations
1#C70D61
2#E60F70
3#F12581
4#F34493
5#F563A5
6#F782B7
7#F9A2C9
8#FBC1DB
9#FDE0ED
Tones
Muted variations
1#A01352
2#981A53
3#902254
4#882A55
5#813255
6#793A56
7#714257
8#694A58
9#615158
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1DB | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891BF | BordersInactive statesPlaceholder text |
| 400 | F457 #F4579E | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12782 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D66 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B51 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78083A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0525 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300317 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF1F7;
--brown-100: #FDDDEC;
--brown-200: #FBC1DB;
--brown-300: #F891BF;
--brown-400: #F4579E;
--brown-500: #F12782;
--brown-600: #D30D66;
--brown-700: #A80B51;
--brown-800: #78083A;
--brown-900: #4D0525;
--brown-950: #300317;
}