Brown
#A30F3E
PinkColor Codes
All color formats for development
HEX
#A30F3ERGB
rgb(163, 15, 62)HSL
hsl(341, 83%, 35%)OKLCH
oklch(0.462 0.177 11.8)CMYK
cmyk(0%, 91%, 62%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#930E38
2#830C32
3#720B2B
4#620925
5#52081F
6#410619
7#310513
8#21030C
9#100206
Tints
Lighter variations
1#C2124A
2#E01555
3#EB2B68
4#EE497D
5#F16793
6#F486A9
7#F7A4BE
8#F9C2D4
9#FCE1E9
Tones
Muted variations
1#9C1741
2#951E44
3#8D2546
4#862D49
5#7E344C
6#773C4E
7#6F4351
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 #F9C2D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594B3 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C8B | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D69 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD134E | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F3E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B071C | 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: #F9C2D4;
--brown-300: #F594B3;
--brown-400: #F05C8B;
--brown-500: #EB2D69;
--brown-600: #CD134E;
--brown-700: #A30F3E;
--brown-800: #750B2C;
--brown-900: #4B071C;
--brown-950: #2F0412;
}