Brown
#A11238
PinkColor Codes
All color formats for development
HEX
#A11238RGB
rgb(161, 18, 56)HSL
hsl(344, 80%, 35%)OKLCH
oklch(0.458 0.173 14.5)CMYK
cmyk(0%, 89%, 65%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#911032
2#810E2D
3#700C27
4#600B22
5#50091C
6#400716
7#300511
8#20040B
9#100206
Tints
Lighter variations
1#BE1542
2#DC184D
3#E82E60
4#EB4C76
5#EE6A8D
6#F288A4
7#F5A5BB
8#F8C3D1
9#FCE1E8
Tones
Muted variations
1#9A193B
2#92203F
3#8B2742
4#842E45
5#7D3649
6#763D4C
7#6F444F
8#684B53
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 #F395AE | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E84 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83061 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1646 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11238 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D28 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49081A | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0510 | 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: #F395AE;
--brown-400: #ED5E84;
--brown-500: #E83061;
--brown-600: #CA1646;
--brown-700: #A11238;
--brown-800: #730D28;
--brown-900: #49081A;
--brown-950: #2E0510;
}