Brown
#A30F48
PinkColor Codes
All color formats for development
HEX
#A30F48RGB
rgb(163, 15, 72)HSL
hsl(337, 83%, 35%)OKLCH
oklch(0.465 0.178 7)CMYK
cmyk(0%, 91%, 56%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#930E41
2#830C3A
3#720B32
4#62092B
5#520824
6#41061D
7#310516
8#21030E
9#100207
Tints
Lighter variations
1#C21255
2#E01563
3#EB2B75
4#EE4988
5#F1679C
6#F486B0
7#F7A4C4
8#F9C2D7
9#FCE1EB
Tones
Muted variations
1#9C174A
2#951E4B
3#8D254D
4#862D4F
5#7E3451
6#773C52
7#6F4354
8#684A56
9#615258
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594B9 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C94 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D76 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD135A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F48 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B33 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0721 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0415 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF1F6;
--brown-100: #FCDEEA;
--brown-200: #F9C2D7;
--brown-300: #F594B9;
--brown-400: #F05C94;
--brown-500: #EB2D76;
--brown-600: #CD135A;
--brown-700: #A30F48;
--brown-800: #750B33;
--brown-900: #4B0721;
--brown-950: #2F0415;
}