Brown
#A1122E
RedColor Codes
All color formats for development
HEX
#A1122ERGB
rgb(161, 18, 46)HSL
hsl(348, 80%, 35%)OKLCH
oklch(0.456 0.173 18.9)CMYK
cmyk(0%, 89%, 71%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91102A
2#810E25
3#700C20
4#600B1C
5#500917
6#400713
7#30050E
8#200409
9#100205
Tints
Lighter variations
1#BE1537
2#DC1840
3#E82E53
4#EB4C6C
5#EE6A84
6#F2889D
7#F5A5B5
8#F8C3CE
9#FCE1E6
Tones
Muted variations
1#9A1933
2#922037
3#8B273B
4#842E40
5#7D3644
6#763D48
7#6F444C
8#684B51
9#605255
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3CE | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395A8 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E7B | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83055 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA163A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1122E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D21 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490815 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E050D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF1F4;
--brown-100: #FBDFE5;
--brown-200: #F8C3CE;
--brown-300: #F395A8;
--brown-400: #ED5E7B;
--brown-500: #E83055;
--brown-600: #CA163A;
--brown-700: #A1122E;
--brown-800: #730D21;
--brown-900: #490815;
--brown-950: #2E050D;
}