Brown
#720D3E
PinkColor Codes
All color formats for development
HEX
#720D3ERGB
rgb(114, 13, 62)HSL
hsl(331, 80%, 25%)OKLCH
oklch(0.366 0.138 358.3)CMYK
cmyk(0%, 89%, 46%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#670B38
2#5C0A32
3#50092B
4#450825
5#39061F
6#2E0519
7#220413
8#17030C
9#0B0106
Tints
Lighter variations
1#951151
2#B81463
3#DA1876
4#E83089
5#EC539D
6#F075B0
7#F498C4
8#F7BAD8
9#FBDDEB
Tones
Muted variations
1#6E123E
2#69173E
3#631C3F
4#5E213F
5#59263F
6#542B3F
7#4F303F
8#4A363F
9#453B40
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFED | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3DD | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395C3 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EA3 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83089 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA166D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11257 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D3E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490828 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0519 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF1F7;
--brown-100: #FBDFED;
--brown-200: #F8C3DD;
--brown-300: #F395C3;
--brown-400: #ED5EA3;
--brown-500: #E83089;
--brown-600: #CA166D;
--brown-700: #A11257;
--brown-800: #730D3E;
--brown-900: #490828;
--brown-950: #2E0519;
}