Brown
#A80B42
PinkColor Codes
All color formats for development
HEX
#A80B42RGB
rgb(168, 11, 66)HSL
hsl(339, 88%, 35%)OKLCH
oklch(0.471 0.183 10.5)CMYK
cmyk(0%, 93%, 61%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#970A3B
2#860935
3#75072E
4#650627
5#540521
6#43041A
7#320314
8#22020D
9#110107
Tints
Lighter variations
1#C70D4E
2#E60F5A
3#F1256C
4#F34481
5#F56396
6#F782AB
7#F9A2C0
8#FBC1D5
9#FDE0EA
Tones
Muted variations
1#A01344
2#981A46
3#902249
4#882A4B
5#81324D
6#793A50
7#714252
8#694A55
9#615157
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891B5 | BordersInactive statesPlaceholder text |
| 400 | F457 #F4578E | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1276E | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D53 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78082F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D051E | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300313 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF1F5;
--brown-100: #FDDDE8;
--brown-200: #FBC1D5;
--brown-300: #F891B5;
--brown-400: #F4578E;
--brown-500: #F1276E;
--brown-600: #D30D53;
--brown-700: #A80B42;
--brown-800: #78082F;
--brown-900: #4D051E;
--brown-950: #300313;
}