Brown
#A40E34
RedColor Codes
All color formats for development
HEX
#A40E34RGB
rgb(164, 14, 52)HSL
hsl(345, 84%, 35%)OKLCH
oklch(0.461 0.177 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#940D2F
2#830B29
3#730A24
4#63091F
5#52071A
6#420615
7#310410
8#21030A
9#100105
Tints
Lighter variations
1#C3113D
2#E11447
3#EC2A5A
4#EF4872
5#F26789
6#F485A1
7#F7A4B8
8#FAC2D0
9#FCE1E7
Tones
Muted variations
1#9D1638
2#951D3B
3#8E253F
4#862C43
5#7F3447
6#773B4A
7#70434E
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 | FAC2 #FAC2D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693AC | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B80 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C5C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE1241 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E34 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A25 | 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: #FAC2D0;
--brown-300: #F693AC;
--brown-400: #F15B80;
--brown-500: #ED2C5C;
--brown-600: #CE1241;
--brown-700: #A40E34;
--brown-800: #750A25;
--brown-900: #4B0718;
--brown-950: #2F040F;
}