Brown
#A30F54
PinkColor Codes
All color formats for development
HEX
#A30F54RGB
rgb(163, 15, 84)HSL
hsl(332, 83%, 35%)OKLCH
oklch(0.468 0.181 1.1)CMYK
cmyk(0%, 91%, 48%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#930E4C
2#830C43
3#720B3B
4#620933
5#52082A
6#410622
7#310519
8#210311
9#100208
Tints
Lighter variations
1#C21264
2#E01574
3#EB2B85
4#EE4996
5#F167A8
6#F486B9
7#F7A4CB
8#F9C2DC
9#FCE1EE
Tones
Muted variations
1#9C1755
2#951E55
3#8D2556
4#862D56
5#7E3457
6#773C57
7#6F4358
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 #F9C2DC | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594C1 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CA1 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D86 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD136A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B3C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0727 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0418 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF1F7;
--brown-100: #FCDEEC;
--brown-200: #F9C2DC;
--brown-300: #F594C1;
--brown-400: #F05CA1;
--brown-500: #EB2D86;
--brown-600: #CD136A;
--brown-700: #A30F54;
--brown-800: #750B3C;
--brown-900: #4B0727;
--brown-950: #2F0418;
}