Brown
#6E1243
PinkColor Codes
All color formats for development
HEX
#6E1243RGB
rgb(110, 18, 67)HSL
hsl(328, 72%, 25%)OKLCH
oklch(0.364 0.132 353.8)CMYK
cmyk(0%, 84%, 39%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#63103C
2#580E35
3#4D0C2F
4#420B28
5#370921
6#2C071B
7#210514
8#16040D
9#0B0207
Tints
Lighter variations
1#8F1757
2#AF1D6B
3#D0227F
4#DF3A92
5#E45BA4
6#EA7BB6
7#EF9CC8
8#F4BDDB
9#FADEED
Tones
Muted variations
1#691643
2#641B42
3#602042
4#5B2442
5#572941
6#522D41
7#4E3241
8#493740
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 | E665 #E665AA | Disabled statesSecondary iconsMuted text |
| 500 | DF3A #DF3A92 | Primary brand colorCTAsActive elementsLinks |
| 600 | C11F #C11F76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A19 #9A195E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E12 #6E1243 | Text on light backgroundsHeadingsStrong borders |
| 900 | 460B #460B2B | 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: #E665AA;
--brown-500: #DF3A92;
--brown-600: #C11F76;
--brown-700: #9A195E;
--brown-800: #6E1243;
--brown-900: #460B2B;
--brown-950: #2C071B;
}