Brown
#7E023E
PinkColor Codes
All color formats for development
HEX
#7E023ERGB
rgb(126, 2, 62)HSL
hsl(331, 97%, 25%)OKLCH
oklch(0.384 0.154 1.4)CMYK
cmyk(0%, 98%, 51%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#710238
2#640231
3#58012B
4#4B0125
5#3F011F
6#320119
7#260113
8#19000C
9#0D0006
Tints
Lighter variations
1#A30250
2#C90363
3#EF0475
4#FC1D89
5#FC439C
6#FD68B0
7#FD8EC4
8#FEB4D8
9#FED9EB
Tones
Muted variations
1#77083E
2#710E3E
3#6B143E
4#651B3F
5#5F213F
6#58273F
7#522D3F
8#4C333F
9#463A40
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCED | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEDD | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BC2 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FA3 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D89 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD036D | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00356 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E023E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500127 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320119 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FFF0F7;
--brown-100: #FEDCED;
--brown-200: #FEBEDD;
--brown-300: #FD8BC2;
--brown-400: #FC4FA3;
--brown-500: #FC1D89;
--brown-600: #DD036D;
--brown-700: #B00356;
--brown-800: #7E023E;
--brown-900: #500127;
--brown-950: #320119;
}