Brown
#701033
PinkColor Codes
All color formats for development
HEX
#701033RGB
rgb(112, 16, 51)HSL
hsl(338, 75%, 25%)OKLCH
oklch(0.36 0.13 5.7)CMYK
cmyk(0%, 86%, 54%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#640E2E
2#590D29
3#4E0B24
4#430A1F
5#380819
6#2D0614
7#21050F
8#16030A
9#0B0205
Tints
Lighter variations
1#911542
2#B31952
3#D41E61
4#E23675
5#E7588C
6#EC79A3
7#F19BBA
8#F5BCD1
9#FADEE8
Tones
Muted variations
1#6B1534
2#661936
3#611E37
4#5C2338
5#582839
6#532D3B
7#4E313C
8#49363D
9#453B3E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098B9 | BordersInactive statesPlaceholder text |
| 400 | E963 #E96394 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E23675 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C5A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1647 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701033 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A21 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0614 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF2F6;
--brown-100: #FBE0EA;
--brown-200: #F7C5D7;
--brown-300: #F098B9;
--brown-400: #E96394;
--brown-500: #E23675;
--brown-600: #C41C5A;
--brown-700: #9C1647;
--brown-800: #701033;
--brown-900: #470A21;
--brown-950: #2D0614;
}