Brown
#A30F43
PinkColor Codes
All color formats for development
HEX
#A30F43RGB
rgb(163, 15, 67)HSL
hsl(339, 83%, 35%)OKLCH
oklch(0.463 0.177 9.4)CMYK
cmyk(0%, 91%, 59%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#930E3C
2#830C36
3#720B2F
4#620928
5#520822
6#41061B
7#310514
8#21030D
9#100207
Tints
Lighter variations
1#C2124F
2#E0155C
3#EB2B6E
4#EE4983
5#F16797
6#F486AC
7#F7A4C1
8#F9C2D6
9#FCE1EA
Tones
Muted variations
1#9C1745
2#951E47
3#8D254A
4#862D4C
5#7E344E
6#773C50
7#6F4353
8#684A55
9#615257
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594B6 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C90 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D70 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1354 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F43 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B30 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B071F | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0413 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF1F5;
--brown-100: #FCDEE9;
--brown-200: #F9C2D6;
--brown-300: #F594B6;
--brown-400: #F05C90;
--brown-500: #EB2D70;
--brown-600: #CD1354;
--brown-700: #A30F43;
--brown-800: #750B30;
--brown-900: #4B071F;
--brown-950: #2F0413;
}