Brown
#A30F34
RedColor Codes
All color formats for development
HEX
#A30F34RGB
rgb(163, 15, 52)HSL
hsl(345, 83%, 35%)OKLCH
oklch(0.46 0.176 16.3)CMYK
cmyk(0%, 91%, 68%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#930E2F
2#830C2A
3#720B25
4#62091F
5#52081A
6#410615
7#310510
8#21030A
9#100205
Tints
Lighter variations
1#C2123E
2#E01548
3#EB2B5B
4#EE4972
5#F1678A
6#F486A1
7#F7A4B9
8#F9C2D0
9#FCE1E8
Tones
Muted variations
1#9C1738
2#951E3C
3#8D253F
4#862D43
5#7E3447
6#773C4A
7#6F434E
8#684A52
9#615256
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594AC | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C81 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D5D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1342 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F34 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B25 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0718 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F040F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF1F4;
--brown-100: #FCDEE6;
--brown-200: #F9C2D0;
--brown-300: #F594AC;
--brown-400: #F05C81;
--brown-500: #EB2D5D;
--brown-600: #CD1342;
--brown-700: #A30F34;
--brown-800: #750B25;
--brown-900: #4B0718;
--brown-950: #2F040F;
}