Brown
#AC064E
PinkColor Codes
All color formats for development
HEX
#AC064ERGB
rgb(172, 6, 78)HSL
hsl(334, 93%, 35%)OKLCH
oklch(0.48 0.19 5.6)CMYK
cmyk(0%, 97%, 55%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B0646
2#8A053F
3#790437
4#67042F
5#560327
6#45021F
7#340217
8#220110
9#110108
Tints
Lighter variations
1#CC075D
2#EC096B
3#F71F7D
4#F83F8F
5#F95FA2
6#FA7FB4
7#FC9FC7
8#FDBFDA
9#FEDFEC
Tones
Muted variations
1#A40F4F
2#9C1750
3#931F52
4#8B2753
5#833054
6#7A3855
7#724056
8#6A4957
9#625158
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFDA | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EBD | BordersInactive statesPlaceholder text |
| 400 | F953 #F9539B | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F7227E | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90862 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC064E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0438 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0324 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310216 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF0F6;
--brown-100: #FEDDEB;
--brown-200: #FDBFDA;
--brown-300: #FB8EBD;
--brown-400: #F9539B;
--brown-500: #F7227E;
--brown-600: #D90862;
--brown-700: #AC064E;
--brown-800: #7B0438;
--brown-900: #4F0324;
--brown-950: #310216;
}