Brown
#70103B
PinkColor Codes
All color formats for development
HEX
#70103BRGB
rgb(112, 16, 59)HSL
hsl(333, 75%, 25%)OKLCH
oklch(0.363 0.133 0)CMYK
cmyk(0%, 86%, 47%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#640E35
2#590D2F
3#4E0B29
4#430A23
5#38081D
6#2D0618
7#210512
8#16030C
9#0B0206
Tints
Lighter variations
1#91154D
2#B3195E
3#D41E70
4#E23684
5#E75898
6#EC79AD
7#F19BC1
8#F5BCD6
9#FADEEA
Tones
Muted variations
1#6B153B
2#66193C
3#611E3C
4#5C233D
5#58283D
6#532D3E
7#4E313E
8#49363F
9#453B3F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5DB | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098C0 | BordersInactive statesPlaceholder text |
| 400 | E963 #E9639F | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E23684 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C68 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1653 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #70103B | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A26 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0618 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF2F7;
--brown-100: #FBE0EC;
--brown-200: #F7C5DB;
--brown-300: #F098C0;
--brown-400: #E9639F;
--brown-500: #E23684;
--brown-600: #C41C68;
--brown-700: #9C1653;
--brown-800: #70103B;
--brown-900: #470A26;
--brown-950: #2D0618;
}