Brown
#720D3B
PinkColor Codes
All color formats for development
HEX
#720D3BRGB
rgb(114, 13, 59)HSL
hsl(333, 80%, 25%)OKLCH
oklch(0.365 0.137 0.3)CMYK
cmyk(0%, 89%, 48%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#670B35
2#5C0A2F
3#500929
4#450823
5#39061D
6#2E0517
7#220412
8#17030C
9#0B0106
Tints
Lighter variations
1#95114C
2#B8145E
3#DA186F
4#E83083
5#EC5398
6#F075AC
7#F498C1
8#F7BAD6
9#FBDDEA
Tones
Muted variations
1#6E123B
2#69173C
3#631C3C
4#5E213D
5#59263D
6#542B3E
7#4F303E
8#4A363F
9#453B3F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3DB | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395C0 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E9F | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83083 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1667 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11252 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490826 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0517 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF1F7;
--brown-100: #FBDFEC;
--brown-200: #F8C3DB;
--brown-300: #F395C0;
--brown-400: #ED5E9F;
--brown-500: #E83083;
--brown-600: #CA1667;
--brown-700: #A11252;
--brown-800: #730D3B;
--brown-900: #490826;
--brown-950: #2E0517;
}