Brown
#770943
PinkColor Codes
All color formats for development
HEX
#770943RGB
rgb(119, 9, 67)HSL
hsl(328, 86%, 25%)OKLCH
oklch(0.376 0.146 356.5)CMYK
cmyk(0%, 92%, 44%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B083D
2#5F0736
3#53062F
4#470528
5#3B0422
6#2F041B
7#240314
8#18020D
9#0C0107
Tints
Lighter variations
1#9A0C58
2#BE0E6C
3#E11180
4#EF2A93
5#F24DA5
6#F471B7
7#F794C9
8#FAB8DB
9#FCDBED
Tones
Muted variations
1#710E43
2#6C1443
3#661942
4#611F42
5#5B2442
6#562A41
7#502F41
8#4B3540
9#453A40
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC1 #FAC1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F792 #F792C8 | BordersInactive statesPlaceholder text |
| 400 | F359 #F359AB | Disabled statesSecondary iconsMuted text |
| 500 | EF2A #EF2A93 | Primary brand colorCTAsActive elementsLinks |
| 600 | D110 #D11077 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A60C #A60C5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7709 #770943 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C06 #4C062B | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F041B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF1F8;
--brown-100: #FDDEEE;
--brown-200: #FAC1E0;
--brown-300: #F792C8;
--brown-400: #F359AB;
--brown-500: #EF2A93;
--brown-600: #D11077;
--brown-700: #A60C5E;
--brown-800: #770943;
--brown-900: #4C062B;
--brown-950: #2F041B;
}