Brown
#A30F4D
PinkColor Codes
All color formats for development
HEX
#A30F4DRGB
rgb(163, 15, 77)HSL
hsl(335, 83%, 35%)OKLCH
oklch(0.466 0.179 4.5)CMYK
cmyk(0%, 91%, 53%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#930E45
2#830C3E
3#720B36
4#62092E
5#520826
6#41061F
7#310517
8#21030F
9#100208
Tints
Lighter variations
1#C2125B
2#E01569
3#EB2B7B
4#EE498E
5#F167A1
6#F486B4
7#F7A4C6
8#F9C2D9
9#FCE1EC
Tones
Muted variations
1#9C174E
2#951E4F
3#8D2551
4#862D52
5#7E3453
6#773C54
7#6F4356
8#684A57
9#615258
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;
}