Brown
#A11241
PinkColor Codes
All color formats for development
HEX
#A11241RGB
rgb(161, 18, 65)HSL
hsl(340, 80%, 35%)OKLCH
oklch(0.46 0.174 10.2)CMYK
cmyk(0%, 89%, 60%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91103B
2#810E34
3#700C2E
4#600B27
5#500921
6#40071A
7#300514
8#20040D
9#100207
Tints
Lighter variations
1#BE154E
2#DC185A
3#E82E6C
4#EB4C81
5#EE6A96
6#F288AB
7#F5A5C0
8#F8C3D5
9#FCE1EA
Tones
Muted variations
1#9A1944
2#922046
3#8B2749
4#842E4B
5#7D364D
6#763D50
7#6F4452
8#684B54
9#605257
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395B5 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E8E | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8306E | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1652 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11241 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D2F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49081E | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0513 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF1F5;
--brown-100: #FBDFE8;
--brown-200: #F8C3D5;
--brown-300: #F395B5;
--brown-400: #ED5E8E;
--brown-500: #E8306E;
--brown-600: #CA1652;
--brown-700: #A11241;
--brown-800: #730D2F;
--brown-900: #49081E;
--brown-950: #2E0513;
}