Brown
#A30F39
PinkColor Codes
All color formats for development
HEX
#A30F39RGB
rgb(163, 15, 57)HSL
hsl(343, 83%, 35%)OKLCH
oklch(0.461 0.176 14.1)CMYK
cmyk(0%, 91%, 65%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#930E33
2#830C2E
3#720B28
4#620922
5#52081D
6#410617
7#310511
8#21030B
9#100206
Tints
Lighter variations
1#C21244
2#E0154E
3#EB2B61
4#EE4978
5#F1678E
6#F486A5
7#F7A4BB
8#F9C2D2
9#FCE1E8
Tones
Muted variations
1#9C173C
2#951E40
3#8D2543
4#862D46
5#7E3449
6#773C4C
7#6F4350
8#684A53
9#615256
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594AF | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C86 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D63 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1348 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F39 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B29 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B071A | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0410 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF1F5;
--brown-100: #FCDEE7;
--brown-200: #F9C2D2;
--brown-300: #F594AF;
--brown-400: #F05C86;
--brown-500: #EB2D63;
--brown-600: #CD1348;
--brown-700: #A30F39;
--brown-800: #750B29;
--brown-900: #4B071A;
--brown-950: #2F0410;
}