Brown
#7E023A
PinkColor Codes
All color formats for development
HEX
#7E023ARGB
rgb(126, 2, 58)HSL
hsl(333, 97%, 25%)OKLCH
oklch(0.383 0.153 3.8)CMYK
cmyk(0%, 98%, 54%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#710234
2#64022E
3#580128
4#4B0123
5#3F011D
6#320117
7#260111
8#19000C
9#0D0006
Tints
Lighter variations
1#A3024B
2#C9035C
3#EF046D
4#FC1D81
5#FC4396
6#FD68AB
7#FD8EC0
8#FEB4D5
9#FED9EA
Tones
Muted variations
1#77083A
2#710E3B
3#6B143B
4#651B3C
5#5F213D
6#58273D
7#522D3E
8#4C333F
9#463A3F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEDB | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BBF | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4F9D | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D81 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0365 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00351 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E023A | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500125 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320117 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FFF0F7;
--brown-100: #FEDCEB;
--brown-200: #FEBEDB;
--brown-300: #FD8BBF;
--brown-400: #FC4F9D;
--brown-500: #FC1D81;
--brown-600: #DD0365;
--brown-700: #B00351;
--brown-800: #7E023A;
--brown-900: #500125;
--brown-950: #320117;
}