Brown
#A30F32
RedColor Codes
All color formats for development
HEX
#A30F32RGB
rgb(163, 15, 50)HSL
hsl(346, 83%, 35%)OKLCH
oklch(0.46 0.176 17.1)CMYK
cmyk(0%, 91%, 69%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#930E2D
2#830C28
3#720B23
4#62091E
5#520819
6#410614
7#31050F
8#21030A
9#100205
Tints
Lighter variations
1#C2123B
2#E01544
3#EB2B58
4#EE4970
5#F16787
6#F4869F
7#F7A4B7
8#F9C2CF
9#FCE1E7
Tones
Muted variations
1#9C1736
2#951E3A
3#8D253E
4#862D42
5#7E3445
6#773C49
7#6F434D
8#684A51
9#615255
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2CF | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594AA | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C7E | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D59 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD133F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F32 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B24 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0717 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F040E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF1F4;
--brown-100: #FCDEE5;
--brown-200: #F9C2CF;
--brown-300: #F594AA;
--brown-400: #F05C7E;
--brown-500: #EB2D59;
--brown-600: #CD133F;
--brown-700: #A30F32;
--brown-800: #750B24;
--brown-900: #4B0717;
--brown-950: #2F040E;
}