Brown
#701038
PinkColor Codes
All color formats for development
HEX
#701038RGB
rgb(112, 16, 56)HSL
hsl(335, 75%, 25%)OKLCH
oklch(0.362 0.132 2.2)CMYK
cmyk(0%, 86%, 50%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#640E32
2#590D2D
3#4E0B27
4#430A21
5#38081C
6#2D0616
7#210511
8#16030B
9#0B0206
Tints
Lighter variations
1#911549
2#B31959
3#D41E6A
4#E2367E
5#E75893
6#EC79A9
7#F19BBE
8#F5BCD4
9#FADEE9
Tones
Muted variations
1#6B1539
2#661939
3#611E3A
4#5C233B
5#58283C
6#532D3D
7#4E313D
8#49363E
9#453B3F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098BD | BordersInactive statesPlaceholder text |
| 400 | E963 #E9639B | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E2367E | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C62 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C164E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701038 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A24 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0616 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF2F6;
--brown-100: #FBE0EB;
--brown-200: #F7C5DA;
--brown-300: #F098BD;
--brown-400: #E9639B;
--brown-500: #E2367E;
--brown-600: #C41C62;
--brown-700: #9C164E;
--brown-800: #701038;
--brown-900: #470A24;
--brown-950: #2D0616;
}