Brown
#A30F4F
PinkColor Codes
All color formats for development
HEX
#A30F4FRGB
rgb(163, 15, 79)HSL
hsl(334, 83%, 35%)OKLCH
oklch(0.467 0.18 3.6)CMYK
cmyk(0%, 91%, 52%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#930E47
2#830C3F
3#720B38
4#620930
5#520828
6#410620
7#310518
8#210310
9#100208
Tints
Lighter variations
1#C2125E
2#E0156D
3#EB2B7E
4#EE4991
5#F167A3
6#F486B5
7#F7A4C8
8#F9C2DA
9#FCE1ED
Tones
Muted variations
1#9C1750
2#951E51
3#8D2552
4#862D53
5#7E3454
6#773C55
7#6F4356
8#684A57
9#615258
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594BE | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C9C | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D80 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1364 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F4F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B39 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0724 | 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: #FCDEEB;
--brown-200: #F9C2DA;
--brown-300: #F594BE;
--brown-400: #F05C9C;
--brown-500: #EB2D80;
--brown-600: #CD1364;
--brown-700: #A30F4F;
--brown-800: #750B39;
--brown-900: #4B0724;
--brown-950: #2F0417;
}