Brown
#A30F45
PinkColor Codes
All color formats for development
HEX
#A30F45RGB
rgb(163, 15, 69)HSL
hsl(338, 83%, 35%)OKLCH
oklch(0.464 0.178 8.4)CMYK
cmyk(0%, 91%, 58%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#930E3F
2#830C38
3#720B31
4#62092A
5#520823
6#41061C
7#310515
8#21030E
9#100207
Tints
Lighter variations
1#C21252
2#E0155F
3#EB2B71
4#EE4986
5#F1679A
6#F486AE
7#F7A4C2
8#F9C2D7
9#FCE1EB
Tones
Muted variations
1#9C1747
2#951E49
3#8D254B
4#862D4D
5#7E344F
6#773C51
7#6F4353
8#684A55
9#615257
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594B7 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C92 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D73 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1357 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F45 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B32 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0720 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0414 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF1F6;
--brown-100: #FCDEE9;
--brown-200: #F9C2D7;
--brown-300: #F594B7;
--brown-400: #F05C92;
--brown-500: #EB2D73;
--brown-600: #CD1357;
--brown-700: #A30F45;
--brown-800: #750B32;
--brown-900: #4B0720;
--brown-950: #2F0414;
}