Brown
#780838
PinkColor Codes
All color formats for development
HEX
#780838RGB
rgb(120, 8, 56)HSL
hsl(334, 88%, 25%)OKLCH
oklch(0.373 0.144 3.8)CMYK
cmyk(0%, 93%, 53%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C0733
2#60062D
3#540527
4#480522
5#3C041C
6#300317
7#240211
8#18020B
9#0C0106
Tints
Lighter variations
1#9C0A49
2#C00C5A
3#E40F6B
4#F1277F
5#F44B94
6#F66FAA
7#F893BF
8#FAB7D4
9#FDDBEA
Tones
Muted variations
1#720D39
2#6D133A
3#67183B
4#611E3B
5#5C243C
6#56293D
7#512F3E
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 #FBC1DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891BD | BordersInactive statesPlaceholder text |
| 400 | F457 #F4579B | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1277F | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D63 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B4F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780838 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0524 | 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: #FEF1F6;
--brown-100: #FDDDEB;
--brown-200: #FBC1DA;
--brown-300: #F891BD;
--brown-400: #F4579B;
--brown-500: #F1277F;
--brown-600: #D30D63;
--brown-700: #A80B4F;
--brown-800: #780838;
--brown-900: #4D0524;
--brown-950: #300317;
}