Brown
#700F34
PinkColor Codes
All color formats for development
HEX
#700F34RGB
rgb(112, 15, 52)HSL
hsl(337, 76%, 25%)OKLCH
oklch(0.36 0.131 4.8)CMYK
cmyk(0%, 87%, 54%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#650E2F
2#5A0C2A
3#4F0B25
4#43091F
5#38081A
6#2D0615
7#220510
8#16030A
9#0B0205
Tints
Lighter variations
1#921444
2#B41854
3#D51D64
4#E33578
5#E8578E
6#ED78A5
7#F19ABB
8#F6BCD2
9#FADDE8
Tones
Muted variations
1#6B1436
2#671937
3#621E38
4#5D2339
5#58283A
6#532C3B
7#4E313C
8#49363D
9#453B3F
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 #F7C5D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198BA | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA6296 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33578 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B5C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1549 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F34 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A22 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0615 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF2F6;
--brown-100: #FBE0EA;
--brown-200: #F7C5D8;
--brown-300: #F198BA;
--brown-400: #EA6296;
--brown-500: #E33578;
--brown-600: #C51B5C;
--brown-700: #9D1549;
--brown-800: #700F34;
--brown-900: #480A22;
--brown-950: #2D0615;
}