Brown
#78083A
PinkColor Codes
All color formats for development
HEX
#78083ARGB
rgb(120, 8, 58)HSL
hsl(333, 88%, 25%)OKLCH
oklch(0.374 0.144 2.5)CMYK
cmyk(0%, 93%, 52%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C0734
2#60062F
3#540529
4#480523
5#3C041D
6#300317
7#240211
8#18020C
9#0C0106
Tints
Lighter variations
1#9C0A4C
2#C00C5D
3#E40F6E
4#F12782
5#F44B97
6#F66FAC
7#F893C1
8#FAB7D5
9#FDDBEA
Tones
Muted variations
1#720D3B
2#6D133B
3#67183C
4#611E3C
5#5C243D
6#56293E
7#512F3E
8#4B353F
9#453A3F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1DB | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891BF | BordersInactive statesPlaceholder text |
| 400 | F457 #F4579E | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12782 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D66 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B51 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78083A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0525 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300317 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF1F7;
--brown-100: #FDDDEC;
--brown-200: #FBC1DB;
--brown-300: #F891BF;
--brown-400: #F4579E;
--brown-500: #F12782;
--brown-600: #D30D66;
--brown-700: #A80B51;
--brown-800: #78083A;
--brown-900: #4D0525;
--brown-950: #300317;
}