Brown
#6E1135
PinkColor Codes
All color formats for development
HEX
#6E1135RGB
rgb(110, 17, 53)HSL
hsl(337, 73%, 25%)OKLCH
oklch(0.358 0.128 3.8)CMYK
cmyk(0%, 85%, 52%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#630F30
2#580E2A
3#4D0C25
4#420A20
5#37091A
6#2C0715
7#210510
8#16030B
9#0B0205
Tints
Lighter variations
1#8F1645
2#B01C55
3#D22164
4#E03879
5#E55A8F
6#EA7BA5
7#F09CBC
8#F5BDD2
9#FADEE9
Tones
Muted variations
1#6A1636
2#651B37
3#601F38
4#5C2439
5#57283A
6#522D3B
7#4E323C
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 #FAE0EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ABA | BordersInactive statesPlaceholder text |
| 400 | E765 #E76597 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03879 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E5D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A184A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1135 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B22 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0715 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF2F6;
--brown-100: #FAE0EA;
--brown-200: #F6C6D8;
--brown-300: #EF9ABA;
--brown-400: #E76597;
--brown-500: #E03879;
--brown-600: #C21E5D;
--brown-700: #9A184A;
--brown-800: #6E1135;
--brown-900: #470B22;
--brown-950: #2C0715;
}