Brown
#A30F41
PinkColor Codes
All color formats for development
HEX
#A30F41RGB
rgb(163, 15, 65)HSL
hsl(340, 83%, 35%)OKLCH
oklch(0.463 0.177 10.3)CMYK
cmyk(0%, 91%, 60%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#930E3A
2#830C34
3#720B2D
4#620927
5#520820
6#41061A
7#310513
8#21030D
9#100206
Tints
Lighter variations
1#C2124D
2#E01559
3#EB2B6B
4#EE4980
5#F16795
6#F486AA
7#F7A4C0
8#F9C2D5
9#FCE1EA
Tones
Muted variations
1#9C1743
2#951E45
3#8D2548
4#862D4A
5#7E344D
6#773C4F
7#6F4352
8#684A54
9#615257
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594B4 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C8D | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D6D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1351 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F41 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B2E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B071E | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0412 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF1F5;
--brown-100: #FCDEE8;
--brown-200: #F9C2D5;
--brown-300: #F594B4;
--brown-400: #F05C8D;
--brown-500: #EB2D6D;
--brown-600: #CD1351;
--brown-700: #A30F41;
--brown-800: #750B2E;
--brown-900: #4B071E;
--brown-950: #2F0412;
}