Brown
#A11236
RedColor Codes
All color formats for development
HEX
#A11236RGB
rgb(161, 18, 54)HSL
hsl(345, 80%, 35%)OKLCH
oklch(0.458 0.173 15.4)CMYK
cmyk(0%, 89%, 66%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#911030
2#810E2B
3#700C25
4#600B20
5#50091B
6#400715
7#300510
8#20040B
9#100205
Tints
Lighter variations
1#BE153F
2#DC1849
3#E82E5D
4#EB4C74
5#EE6A8B
6#F288A2
7#F5A5B9
8#F8C3D1
9#FCE1E8
Tones
Muted variations
1#9A1939
2#92203D
3#8B2740
4#842E44
5#7D3647
6#763D4B
7#6F444F
8#684B52
9#605256
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395AD | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E82 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8305E | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1643 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11236 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D26 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490818 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E050F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF1F4;
--brown-100: #FBDFE6;
--brown-200: #F8C3D1;
--brown-300: #F395AD;
--brown-400: #ED5E82;
--brown-500: #E8305E;
--brown-600: #CA1643;
--brown-700: #A11236;
--brown-800: #730D26;
--brown-900: #490818;
--brown-950: #2E050F;
}