Brown
#6E113A
PinkColor Codes
All color formats for development
HEX
#6E113ARGB
rgb(110, 17, 58)HSL
hsl(334, 73%, 25%)OKLCH
oklch(0.36 0.13 0.1)CMYK
cmyk(0%, 85%, 47%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#630F34
2#580E2E
3#4D0C28
4#420A23
5#37091D
6#2C0717
7#210511
8#16030C
9#0B0206
Tints
Lighter variations
1#8F164B
2#B01C5C
3#D2216D
4#E03881
5#E55A96
6#EA7BAB
7#F09CC0
8#F5BDD5
9#FADEEA
Tones
Muted variations
1#6A163A
2#651B3B
3#601F3B
4#5C243C
5#57283D
6#522D3D
7#4E323E
8#49363F
9#443B3F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6DB | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ABF | BordersInactive statesPlaceholder text |
| 400 | E765 #E7659D | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03881 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E65 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1851 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E113A | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B25 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0717 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF2F7;
--brown-100: #FAE0EB;
--brown-200: #F6C6DB;
--brown-300: #EF9ABF;
--brown-400: #E7659D;
--brown-500: #E03881;
--brown-600: #C21E65;
--brown-700: #9A1851;
--brown-800: #6E113A;
--brown-900: #470B25;
--brown-950: #2C0717;
}