Brown
#A50D52
PinkColor Codes
All color formats for development
HEX
#A50D52RGB
rgb(165, 13, 82)HSL
hsl(333, 85%, 35%)OKLCH
oklch(0.47 0.183 2.5)CMYK
cmyk(0%, 92%, 50%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#950C49
2#840B41
3#740939
4#630831
5#530729
6#420521
7#320418
8#210310
9#110108
Tints
Lighter variations
1#C41061
2#E21270
3#EE2881
4#F04793
5#F366A5
6#F584B7
7#F8A3C9
8#FAC2DB
9#FDE0ED
Tones
Muted variations
1#9E1552
2#961D53
3#8E2454
4#872C55
5#7F3355
6#783B56
7#704257
8#684A58
9#615258
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2DB | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692BF | BordersInactive statesPlaceholder text |
| 400 | F25A #F25A9E | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2B82 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D01167 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A3A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0625 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0417 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF1F7;
--brown-100: #FCDEEC;
--brown-200: #FAC2DB;
--brown-300: #F692BF;
--brown-400: #F25A9E;
--brown-500: #EE2B82;
--brown-600: #D01167;
--brown-700: #A50D52;
--brown-800: #760A3A;
--brown-900: #4B0625;
--brown-950: #2F0417;
}