Brown
#A1123F
PinkColor Codes
All color formats for development
HEX
#A1123FRGB
rgb(161, 18, 63)HSL
hsl(341, 80%, 35%)OKLCH
oklch(0.46 0.174 11.2)CMYK
cmyk(0%, 89%, 61%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#911039
2#810E32
3#700C2C
4#600B26
5#500920
6#400719
7#300513
8#20040D
9#100206
Tints
Lighter variations
1#BE154B
2#DC1856
3#E82E69
4#EB4C7E
5#EE6A94
6#F288A9
7#F5A5BF
8#F8C3D4
9#FCE1EA
Tones
Muted variations
1#9A1942
2#922044
3#8B2747
4#842E4A
5#7D364C
6#763D4F
7#6F4451
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 #F8C3D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395B3 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E8C | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8306B | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA164F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1123F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D2D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49081D | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0512 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF1F5;
--brown-100: #FBDFE8;
--brown-200: #F8C3D4;
--brown-300: #F395B3;
--brown-400: #ED5E8C;
--brown-500: #E8306B;
--brown-600: #CA164F;
--brown-700: #A1123F;
--brown-800: #730D2D;
--brown-900: #49081D;
--brown-950: #2E0512;
}