Brown
#760A3A
PinkColor Codes
All color formats for development
HEX
#760A3ARGB
rgb(118, 10, 58)HSL
hsl(333, 84%, 25%)OKLCH
oklch(0.371 0.142 2.1)CMYK
cmyk(0%, 92%, 51%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A0935
2#5E082F
3#520729
4#460623
5#3B051D
6#2F0417
7#230312
8#17020C
9#0C0106
Tints
Lighter variations
1#980D4C
2#BC105D
3#DF136F
4#ED2C83
5#F04F97
6#F372AC
7#F695C1
8#F9B9D6
9#FCDCEA
Tones
Muted variations
1#70103B
2#6B153B
3#651A3C
4#60203D
5#5B253D
6#552A3E
7#50303E
8#4A353F
9#453A3F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2DB | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693BF | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B9E | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C83 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE1267 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A3A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0725 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0417 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF1F7;
--brown-100: #FCDEEC;
--brown-200: #FAC2DB;
--brown-300: #F693BF;
--brown-400: #F15B9E;
--brown-500: #ED2C83;
--brown-600: #CE1267;
--brown-700: #A40E52;
--brown-800: #750A3A;
--brown-900: #4B0725;
--brown-950: #2F0417;
}