Brown
#6E1136
PinkColor Codes
All color formats for development
HEX
#6E1136RGB
rgb(110, 17, 54)HSL
hsl(336, 73%, 25%)OKLCH
oklch(0.358 0.128 3.1)CMYK
cmyk(0%, 85%, 51%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#630F31
2#580E2C
3#4D0C26
4#420A21
5#37091B
6#2C0716
7#210510
8#16030B
9#0B0205
Tints
Lighter variations
1#8F1647
2#B01C57
3#D22167
4#E0387B
5#E55A91
6#EA7BA7
7#F09CBD
8#F5BDD3
9#FADEE9
Tones
Muted variations
1#6A1637
2#651B38
3#601F39
4#5C243A
5#57283B
6#522D3C
7#4E323D
8#49363E
9#443B3F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ABC | BordersInactive statesPlaceholder text |
| 400 | E765 #E76599 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E0387B | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E60 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A184C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1136 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B23 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0716 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF2F6;
--brown-100: #FAE0EB;
--brown-200: #F6C6D9;
--brown-300: #EF9ABC;
--brown-400: #E76599;
--brown-500: #E0387B;
--brown-600: #C21E60;
--brown-700: #9A184C;
--brown-800: #6E1136;
--brown-900: #470B23;
--brown-950: #2C0716;
}