Brown
#6E1143
PinkColor Codes
All color formats for development
HEX
#6E1143RGB
rgb(110, 17, 67)HSL
hsl(328, 73%, 25%)OKLCH
oklch(0.363 0.133 353.7)CMYK
cmyk(0%, 85%, 39%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#630F3C
2#580E35
3#4D0C2F
4#420A28
5#370921
6#2C071B
7#210514
8#16030D
9#0B0207
Tints
Lighter variations
1#8F1657
2#B01C6B
3#D2217F
4#E03892
5#E55AA4
6#EA7BB6
7#F09CC8
8#F5BDDB
9#FADEED
Tones
Muted variations
1#6A1643
2#651B42
3#601F42
4#5C2442
5#572841
6#522D41
7#4E3241
8#493640
9#443B40
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6DF | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AC7 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765AA | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03892 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A185E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1143 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B2B | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C071B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF2F8;
--brown-100: #FAE0EE;
--brown-200: #F6C6DF;
--brown-300: #EF9AC7;
--brown-400: #E765AA;
--brown-500: #E03892;
--brown-600: #C21E76;
--brown-700: #9A185E;
--brown-800: #6E1143;
--brown-900: #470B2B;
--brown-950: #2C071B;
}