Brown
#A30F52
PinkColor Codes
All color formats for development
HEX
#A30F52RGB
rgb(163, 15, 82)HSL
hsl(333, 83%, 35%)OKLCH
oklch(0.467 0.181 2.1)CMYK
cmyk(0%, 91%, 50%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#930E4A
2#830C41
3#720B39
4#620931
5#520829
6#410621
7#310519
8#210310
9#100208
Tints
Lighter variations
1#C21261
2#E01570
3#EB2B81
4#EE4993
5#F167A5
6#F486B7
7#F7A4C9
8#F9C2DB
9#FCE1ED
Tones
Muted variations
1#9C1753
2#951E53
3#8D2554
4#862D55
5#7E3456
6#773C56
7#6F4357
8#684A58
9#615259
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 | F9C2 #F9C2DB | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594BF | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C9E | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D83 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1367 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B3A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0725 | 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: #F9C2DB;
--brown-300: #F594BF;
--brown-400: #F05C9E;
--brown-500: #EB2D83;
--brown-600: #CD1367;
--brown-700: #A30F52;
--brown-800: #750B3A;
--brown-900: #4B0725;
--brown-950: #2F0417;
}