Brown
#750B37
PinkColor Codes
All color formats for development
HEX
#750B37RGB
rgb(117, 11, 55)HSL
hsl(335, 83%, 25%)OKLCH
oklch(0.369 0.139 3.8)CMYK
cmyk(0%, 91%, 53%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#690A31
2#5D092C
3#520826
4#460721
5#3A051B
6#2F0416
7#230310
8#17020B
9#0C0105
Tints
Lighter variations
1#980E47
2#BB1158
3#DE1568
4#EB2D7C
5#EF5092
6#F273A8
7#F596BE
8#F8B9D3
9#FCDCE9
Tones
Muted variations
1#6F1038
2#6A1539
3#651B3A
4#5F203A
5#5A253B
6#552B3C
7#50303D
8#4A353E
9#453A3F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594BC | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C99 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D7C | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1361 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F4D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0723 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0416 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF1F6;
--brown-100: #FCDEEB;
--brown-200: #F9C2D9;
--brown-300: #F594BC;
--brown-400: #F05C99;
--brown-500: #EB2D7C;
--brown-600: #CD1361;
--brown-700: #A30F4D;
--brown-800: #750B37;
--brown-900: #4B0723;
--brown-950: #2F0416;
}