Brown
#780836
PinkColor Codes
All color formats for development
HEX
#780836RGB
rgb(120, 8, 54)HSL
hsl(335, 88%, 25%)OKLCH
oklch(0.373 0.143 5.1)CMYK
cmyk(0%, 93%, 55%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C0731
2#60062C
3#540526
4#480521
5#3C041B
6#300316
7#240210
8#18020B
9#0C0105
Tints
Lighter variations
1#9C0A47
2#C00C57
3#E40F67
4#F1277B
5#F44B91
6#F66FA7
7#F893BD
8#FAB7D3
9#FDDBE9
Tones
Muted variations
1#720D37
2#6D1338
3#671839
4#611E3A
5#5C243B
6#56293C
7#512F3D
8#4B353E
9#453A3F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891BC | BordersInactive statesPlaceholder text |
| 400 | F457 #F45799 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1277B | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D60 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B4C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780836 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0523 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300316 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF1F6;
--brown-100: #FDDDEB;
--brown-200: #FBC1D9;
--brown-300: #F891BC;
--brown-400: #F45799;
--brown-500: #F1277B;
--brown-600: #D30D60;
--brown-700: #A80B4C;
--brown-800: #780836;
--brown-900: #4D0523;
--brown-950: #300316;
}