Brown
#A30F3C
PinkColor Codes
All color formats for development
HEX
#A30F3CRGB
rgb(163, 15, 60)HSL
hsl(342, 83%, 35%)OKLCH
oklch(0.462 0.176 12.7)CMYK
cmyk(0%, 91%, 63%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#930E36
2#830C30
3#720B2A
4#620924
5#52081E
6#410618
7#310512
8#21030C
9#100206
Tints
Lighter variations
1#C21247
2#E01552
3#EB2B64
4#EE497B
5#F16791
6#F486A7
7#F7A4BD
8#F9C2D3
9#FCE1E9
Tones
Muted variations
1#9C173F
2#951E42
3#8D2545
4#862D47
5#7E344A
6#773C4D
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 #F9C2D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594B1 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C88 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D66 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD134B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F3C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B2B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B071B | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0411 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF1F5;
--brown-100: #FCDEE7;
--brown-200: #F9C2D3;
--brown-300: #F594B1;
--brown-400: #F05C88;
--brown-500: #EB2D66;
--brown-600: #CD134B;
--brown-700: #A30F3C;
--brown-800: #750B2B;
--brown-900: #4B071B;
--brown-950: #2F0411;
}